Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c702 if (lmp_edr_3slot_capable(hdev)) in get_supported_phys()
711 if (lmp_edr_3slot_capable(hdev)) in get_supported_phys()
755 if (lmp_edr_3slot_capable(hdev) && in get_selected_phys()
767 if (lmp_edr_3slot_capable(hdev) && in get_selected_phys()
/linux/include/net/bluetooth/
H A Dhci_core.h1807 #define lmp_edr_3slot_capable(dev) ((dev)->features[0][4] & LMP_EDR_3SLOT) macro