Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dhci.h461 #define LMP_EDR_ESCO_2M 0x20 macro
Dhci_core.h1396 #define lmp_esco_2m_capable(dev) ((dev)->features[0][5] & LMP_EDR_ESCO_2M)
/Linux-v5.15/net/bluetooth/
Dhci_event.c708 if (hdev->features[0][5] & LMP_EDR_ESCO_2M) in hci_cc_read_local_features()