Home
last modified time | relevance | path

Searched refs:air_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c884 unsigned int air_mode; member
2156 data->air_mode = evt; in btusb_notify()
2282 if (data->air_mode == HCI_NOTIFY_ENABLE_SCO_CVSD) { in btusb_work()
2290 } else if (data->air_mode == HCI_NOTIFY_ENABLE_SCO_TRANSP) { in btusb_work()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2382 __u8 air_mode; member
/openbmc/linux/net/bluetooth/
H A Dhci_event.c5001 bt_dev_dbg(hdev, "SCO connected with air mode: %02x", ev->air_mode); in hci_sync_conn_complete_evt()
5006 switch (ev->air_mode) { in hci_sync_conn_complete_evt()