summaryrefslogtreecommitdiff
path: root/android/hal-bluetooth.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-03-03 00:50:43 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-03-04 10:18:27 +0100
commit412f893256235664c34efc03f57b40b6382d0923 (patch)
tree49593deb54b6a09535ad393ca28cfe73a46bda0c /android/hal-bluetooth.c
parent68cc1c56850a3bc2803b62ce3e022ec6757c29ae (diff)
downloadbluez-412f893256235664c34efc03f57b40b6382d0923.tar.gz
android/hal: Update services register commands with mode parameter
Diffstat (limited to 'android/hal-bluetooth.c')
-rw-r--r--android/hal-bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index f58f72cfc..2bc089edb 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -442,6 +442,7 @@ static int init(bt_callbacks_t *callbacks)
}
cmd.service_id = HAL_SERVICE_ID_SOCKET;
+ cmd.mode = HAL_MODE_DEFAULT;
status = hal_ipc_cmd(HAL_SERVICE_ID_CORE, HAL_OP_REGISTER_MODULE,
sizeof(cmd), &cmd, NULL, NULL, NULL);