summaryrefslogtreecommitdiff
path: root/android/hal-bluetooth.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-02-24 13:44:12 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-02-24 13:45:09 +0100
commitaa887bf05a6cd39afea3fadcd391d65c11c146c2 (patch)
treebe84762a32b9590560ba7f332d18e4fe59c48c03 /android/hal-bluetooth.c
parent3dd85709ac74d37396607f267401a165c9efc361 (diff)
downloadbluez-aa887bf05a6cd39afea3fadcd391d65c11c146c2.tar.gz
android: Update socket service id name to match service name
Diffstat (limited to 'android/hal-bluetooth.c')
-rw-r--r--android/hal-bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index a01229a25..3160d7be9 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -440,7 +440,7 @@ static int init(bt_callbacks_t *callbacks)
goto fail;
}
- cmd.service_id = HAL_SERVICE_ID_SOCK;
+ cmd.service_id = HAL_SERVICE_ID_SOCKET;
status = hal_ipc_cmd(HAL_SERVICE_ID_CORE, HAL_OP_REGISTER_MODULE,
sizeof(cmd), &cmd, NULL, NULL, NULL);