Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci.h519 #define LMP_EDR_ESCO_2M 0x20 macro
Dhci_core.h1628 #define lmp_esco_2m_capable(dev) ((dev)->features[0][5] & LMP_EDR_ESCO_2M)
/linux-6.1.9/net/bluetooth/
Dhci_event.c862 if (hdev->features[0][5] & LMP_EDR_ESCO_2M) in hci_cc_read_local_features()