Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_sync.c3005 if (le == lmp_host_le_capable(hdev) && in hci_write_le_host_supported_sync()
4255 if (cp.le == lmp_host_le_capable(hdev)) in hci_set_le_support_sync()
Dsmp.c3111 if (!lmp_host_le_capable(hcon)) in bredr_pairing()
Dmgmt.c2535 enabled = lmp_host_le_capable(hdev); in set_le()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1800 #define lmp_host_le_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE)) macro