summaryrefslogtreecommitdiff
path: root/android/ipc-tester.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-12-17 11:18:44 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-19 14:26:47 +0100
commite0b7cd73531eda84e4ec7362754a9a4f7b760c37 (patch)
treea6fc65e1dfa4525c59b570f038e2c8aeefbd82dc /android/ipc-tester.c
parent21d4d3b7a7b2d410e24e4574adc17057b1996a9e (diff)
downloadbluez-e0b7cd73531eda84e4ec7362754a9a4f7b760c37.tar.gz
android/handsfree: Add initial support for configure WBS commmand
This adds required IPC message and handler for configure WBS command.
Diffstat (limited to 'android/ipc-tester.c')
-rw-r--r--android/ipc-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/ipc-tester.c b/android/ipc-tester.c
index c2501cffa..1aa17d253 100644
--- a/android/ipc-tester.c
+++ b/android/ipc-tester.c
@@ -917,7 +917,7 @@ int main(int argc, char *argv[])
test_opcode_valid("PAN", HAL_SERVICE_ID_PAN, 0x05, 0,
HAL_SERVICE_ID_BLUETOOTH, HAL_SERVICE_ID_PAN);
- test_opcode_valid("HANDSFREE", HAL_SERVICE_ID_HANDSFREE, 0x0f, 0,
+ test_opcode_valid("HANDSFREE", HAL_SERVICE_ID_HANDSFREE, 0x10, 0,
HAL_SERVICE_ID_BLUETOOTH,
HAL_SERVICE_ID_HANDSFREE);