summaryrefslogtreecommitdiff
path: root/android/ipc-tester.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-12-19 11:11:24 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-19 11:17:53 +0100
commit49bd2e65f3606f353e7f2d9dab2fc73d1cca9bd0 (patch)
tree7810e299a34a2bee7d7bfaa816d80958a5c1d4cd /android/ipc-tester.c
parent6c1a1eafeb2f732c966e9c0abd83d8ddf6ecba66 (diff)
downloadbluez-49bd2e65f3606f353e7f2d9dab2fc73d1cca9bd0.tar.gz
android/ipc-tester: Fix handsfree module registration
Service register command now takes more parameters and those should be set cause might be check by module ie. handsfree.
Diffstat (limited to 'android/ipc-tester.c')
-rw-r--r--android/ipc-tester.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/ipc-tester.c b/android/ipc-tester.c
index 9b6c8bbd3..c2501cffa 100644
--- a/android/ipc-tester.c
+++ b/android/ipc-tester.c
@@ -427,6 +427,8 @@ static bool setup_module(int service_id)
},
.cmd = {
.service_id = service_id,
+ .mode = HAL_MODE_DEFAULT,
+ .max_clients = 1,
},
};