summaryrefslogtreecommitdiff
path: root/doc/mgmt-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-03-04 08:37:43 +0100
committerMarcel Holtmann <marcel@holtmann.org>2020-03-04 08:37:43 +0100
commit9cb7406d543b8db15e455903566fb72a23235c75 (patch)
treea6dcc43e1beda507bb9732bc763d0d7101f9818c /doc/mgmt-api.txt
parent2c242681674b6da871a9cb3438370695b92b3381 (diff)
downloadbluez-9cb7406d543b8db15e455903566fb72a23235c75.tar.gz
doc: Add settings and command for Wideband Speech support
Diffstat (limited to 'doc/mgmt-api.txt')
-rw-r--r--doc/mgmt-api.txt36
1 files changed, 36 insertions, 0 deletions
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: <controller id>
+ 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
======================