OSDN Git Service

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)
commit1f8330ea1692c9c490b1e566e31d96d8cef99dd8
treef9c13fcc8a901fa32718771ce123a30f213129ec
parent1e5479be46a70389e1059818a2e9358858eaa5fc
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