From 9cb7406d543b8db15e455903566fb72a23235c75 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 4 Mar 2020 08:37:43 +0100 Subject: [PATCH] doc: Add settings and command for Wideband Speech support --- doc/mgmt-api.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 8a03ba9f4..5a967f9fc 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -312,6 +312,7 @@ Read Controller Information Command 14 Controller Configuration 15 Static Address 16 PHY Configuration + 17 Wideband Speech This command generates a Command Complete event on success or a Command Status event on failure. @@ -2902,6 +2903,7 @@ Read Extended Controller Information Command 14 Controller Configuration 15 Static Address 16 PHY Configuration + 17 Wideband Speech The EIR_Data field contains information about class of device, local name and other values. Not all of them might be present. For @@ -3054,6 +3056,40 @@ Load Blocked Keys Command Invalid Index +Set Wideband Speech Command +=========================== + + Command Code: 0x0047 + Controller Index: + Command Parameters: Wideband_Speech (1 Octet) + Return Parameters: Current_Settings (4 Octets) + + This command is used to enable/disable Wideband Speech + support for a controller. The allowed values for the + Wideband_Speech command parameter are 0x00 and 0x01. + All other values will return Invalid Parameters. + + The value 0x00 disables Wideband Speech, the value 0x01 + enables Wideband Speech. + + This command is only available for BR/EDR capable controllers and + require controller specific support. + + This command can be used when the controller is not powered and + all settings will be programmed once powered. + + In case the controller does not support Wideband Speech + the command will fail regardless with Not Supported error. + + This command generates a Command Complete event on success or + a Command Status event on failure. + + Possible errors: Busy + Not Supported + Invalid Parameters + Invalid Index + + Command Complete Event ====================== -- 2.47.3