Home
last modified time | relevance | path

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

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