]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: add support to notify using SCO air mode
authorSathish Narsimman <nsathish41@gmail.com>
Fri, 3 Apr 2020 19:43:58 +0000 (21:43 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 5 Apr 2020 11:52:38 +0000 (14:52 +0300)
commit75a726e78bd94bbc5f51fa52bcb088caada227f7
treef9c13fcc8a901fa32718771ce123a30f213129ec
parent59c894638ddabc462899262fe8f5c3fb12401c0b
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>
include/net/bluetooth/hci.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c