Hi Alain, > This change adds the corresponding user space definition for wide band > speech. > > --- > > doc/mgmt-api.txt | 30 ++++++++++++++++++++++++++++++ > lib/mgmt.h | 5 ++++- > 2 files changed, 34 insertions(+), 1 deletion(-) > > diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt > index 5c23268a1..ecdfd9b95 100644 > --- a/doc/mgmt-api.txt > +++ b/doc/mgmt-api.txt > @@ -3052,6 +3052,36 @@ Load Blocked Keys Command > Possible errors: Invalid Parameters > Invalid Index > > +Set Wide Band Speech Command > +====================== > + > + Command Code: 0x0047 > + Controller Index: <controller id> > + Command Parameters: wide_band_speech_enabled (1 Octet) > + Return Parameters: Current_Settings (4 Octets) > + > + This command is used to enable/disable Wide Band Speech support for a > + controller. The allowed values of the wide_band_speech_enabled command > + parameter are 0x00 and 0x01. All other values will return > + Invalid Parameters. > + > + This command is only available for Wide Band Speech capable controllers and > + will yield in a Not Supported error otherwise. > + > + This command can be used when the controller is not powered and > + all settings will be programmed once powered. > + > + In case the kernel subsystem does not support Wide Band Speech or the > + controller does not either, the command will fail regardless. > + > + 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 > + I already committed the mgmt-api.txt change since I was fixing a few things in the document. Regards Marcel