2020-02-27 19:22:51

by Alain Michaud

[permalink] [raw]
Subject: [BlueZ PATCH v2] Add controller wideband speech query capability

This change allows higher level HFP implementations to query the local
controller's support for wide band speech.

---

doc/mgmt-api.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index a5a98609d..1e2ac13ce 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -308,6 +308,7 @@ Read Controller Information Command
14 Controller Configuration
15 Static Address
16 Phy Configuration
+ 17 Wide Band Speech Supported

This command generates a Command Complete event on success or
a Command Status event on failure.
--
2.25.1.481.gfbce0eb801-goog


2020-02-28 08:12:09

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [BlueZ PATCH v2] Add controller wideband speech query capability

Hi Alain,

> This change allows higher level HFP implementations to query the local
> controller's support for wide band speech.
>
> ---
>
> doc/mgmt-api.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
> index a5a98609d..1e2ac13ce 100644
> --- a/doc/mgmt-api.txt
> +++ b/doc/mgmt-api.txt
> @@ -308,6 +308,7 @@ Read Controller Information Command
> 14 Controller Configuration
> 15 Static Address
> 16 Phy Configuration
> + 17 Wide Band Speech Supported

lets call this just Wide Band Speech and add an additional mgmt command to enable/disable it while the controller is powered off.

Regards

Marcel