From bfd8cd9f8dbb62d4a763222f6e7b3df9558f520f Mon Sep 17 00:00:00 2001 From: Will Wang Date: Thu, 27 Aug 2015 20:02:00 +0800 Subject: [PATCH] android/hal-ipc-api: Fix missing HFP WBS callback Add definition of HFP WBS Command notification --- android/hal-ipc-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 503b47ad2..e3b7798b3 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -1068,6 +1068,14 @@ Notifications: Notification parameters: Remote address (6 octets) + Opcode 0x91 - WBS Command notification + + Notification parameters: WBS types (1 octet) + Remote address (6 octets) + + Valid WBS types: 0x00 = None + 0x01 = No + 0x02 = Yes Bluetooth Advanced Audio HAL (ID 6) Bluetooth Advanced Audio Sink HAL (ID 13) -- 2.47.3