Home
last modified time | relevance | path

Searched refs:lmp_edr_3slot_capable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dmgmt.c703 if (lmp_edr_3slot_capable(hdev)) in get_supported_phys()
712 if (lmp_edr_3slot_capable(hdev)) in get_supported_phys()
756 if (lmp_edr_3slot_capable(hdev) && in get_selected_phys()
768 if (lmp_edr_3slot_capable(hdev) && in get_selected_phys()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1775 #define lmp_edr_3slot_capable(dev) ((dev)->features[0][4] & LMP_EDR_3SLOT) macro