OSDN Git Service

android/pan: Fix wrong HAL service id
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
Fri, 15 Nov 2013 09:59:24 +0000 (11:59 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 15 Nov 2013 10:02:36 +0000 (12:02 +0200)
android/pan.c

index 061e611..46b3700 100644 (file)
@@ -87,7 +87,7 @@ void bt_pan_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len)
                break;
        }
 
-       ipc_send_rsp(sk, HAL_SERVICE_ID_A2DP, status);
+       ipc_send_rsp(sk, HAL_SERVICE_ID_PAN, status);
 }
 
 bool bt_pan_register(int sk, const bdaddr_t *addr)