Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c706 if (lmp_edr_5slot_capable(hdev)) in get_supported_phys()
715 if (lmp_edr_5slot_capable(hdev)) in get_supported_phys()
760 if (lmp_edr_5slot_capable(hdev) && in get_selected_phys()
772 if (lmp_edr_5slot_capable(hdev) && in get_selected_phys()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1776 #define lmp_edr_5slot_capable(dev) ((dev)->features[0][5] & LMP_EDR_5SLOT) macro