From a376117b692ecaf25be79c45d58c736877e418bc Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 24 Apr 2014 10:43:03 +0200 Subject: [PATCH] android/hal-ipc-api: Add mode to Bluetooth HAL This adds additional modes for Bluetooth HAL allowing to enable only specified technologies: 0x00 = Enable BR/EDR/LE if supported (default) 0x01 = Enable BR/EDR only 0x02 = Enable LE only --- android/hal-ipc-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 1e519cd24..f9cf3e2b3 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -149,6 +149,10 @@ Bluetooth Core HAL (ID 1) Android HAL name: "bluetooth" (BT_HARDWARE_MODULE_ID) + Service modes: 0x00 = Enable BR/EDR/LE if supported (default) + 0x01 = Enable BR/EDR only + 0x02 = Enable LE only + Commands and responses: Opcode 0x00 - Error response -- 2.47.3