Bluetooth: Support querying for WBS support through MGMT
This patch provides a mechanism for MGMT interface client to query the capability of the controller to support WBS. Signed-off-by: Alain Michaud <alainm@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:

committed by
Marcel Holtmann

parent
3e4e3f73b9
commit
4b127bd5f2
@@ -205,6 +205,15 @@ enum {
|
||||
*
|
||||
*/
|
||||
HCI_QUIRK_NON_PERSISTENT_SETUP,
|
||||
|
||||
/* When this quirk is set, wide band speech is supported by
|
||||
* the driver since no reliable mechanism exist to report
|
||||
* this from the hardware, a driver flag is use to convey
|
||||
* this support
|
||||
*
|
||||
* This quirk must be set before hci_register_dev is called.
|
||||
*/
|
||||
HCI_QUIRK_WIDE_BAND_SPEECH_SUPPORTED,
|
||||
};
|
||||
|
||||
/* HCI device flags */
|
||||
|
Reference in New Issue
Block a user