Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dhci.h601 #define LMP_EDR_ESCO_2M 0x20 macro
H A Dhci_core.h1887 #define lmp_esco_2m_capable(dev) ((dev)->features[0][5] & LMP_EDR_ESCO_2M)
/linux-6.15/net/bluetooth/
H A Dhci_event.c888 if (hdev->features[0][5] & LMP_EDR_ESCO_2M) in hci_cc_read_local_features()