Bluetooth: add support to notify using SCO air mode
notifying using HCI_NOTIFY_CONN_ADD for SCO connection is generic in case of mSBC audio. To differntiate SCO air mode introducing HCI_NOTIFY_ENABLE_SCO_CVSD and HCI_NOTIFY_ENABLE_SCO_TRANSP. Signed-off-by: Sathish Narsimman <sathish.narasimman@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
committed by
Johan Hedberg
parent
1e5479be46
commit
1f8330ea16
@@ -53,6 +53,9 @@
|
||||
#define HCI_NOTIFY_CONN_ADD 1
|
||||
#define HCI_NOTIFY_CONN_DEL 2
|
||||
#define HCI_NOTIFY_VOICE_SETTING 3
|
||||
#define HCI_NOTIFY_ENABLE_SCO_CVSD 4
|
||||
#define HCI_NOTIFY_ENABLE_SCO_TRANSP 5
|
||||
#define HCI_NOTIFY_DISABLE_SCO 6
|
||||
|
||||
/* HCI bus types */
|
||||
#define HCI_VIRTUAL 0
|
||||
|
||||
Reference in New Issue
Block a user