This change adds an adapter Api to report the controller's widebandspeech enabled state. --- doc/adapter-api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index acae032d9..d8865e795 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -326,3 +326,11 @@ Properties string Address [readonly] Local Device ID information in modalias format used by the kernel and udev. + + boolean WidebandSpeechEnabled [readonly] + + Returns true if the adapter's wideband speech feature is + supported and enabled. + + + -- 2.26.0.292.g33ef6b2f38-goog