Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c3061 if (le == lmp_host_le_capable(hdev) && in hci_write_le_host_supported_sync()
4245 if (cp.le == lmp_host_le_capable(hdev)) in hci_set_le_support_sync()
H A Dsmp.c3118 if (!lmp_host_le_capable(hcon)) in bredr_pairing()
H A Dmgmt.c2455 enabled = lmp_host_le_capable(hdev); in set_le()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1789 #define lmp_host_le_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE)) macro