Home
last modified time | relevance | path

Searched refs:lmp_host_le_capable (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1166 #define lmp_host_le_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE)) macro
/Linux-v4.19/net/bluetooth/
Dhci_request.c2711 if (cp.le != lmp_host_le_capable(hdev) || in powered_update_hci()
Dhci_core.c533 if (cp.le != lmp_host_le_capable(hdev)) in hci_set_le_support()
Dsmp.c3048 if (!lmp_host_le_capable(hcon)) in bredr_pairing()
Dmgmt.c1908 enabled = lmp_host_le_capable(hdev); in set_le()