Searched refs:lmp_host_le_capable (Results 1 – 4 of 4) sorted by relevance
3243 if (le == lmp_host_le_capable(hdev) && in hci_write_le_host_supported_sync()4425 if (cp.le == lmp_host_le_capable(hdev)) in hci_set_le_support_sync()
3117 if (!lmp_host_le_capable(hcon)) in bredr_pairing()
2476 enabled = lmp_host_le_capable(hdev); in set_le()
1892 #define lmp_host_le_capable(dev) (!!((dev)->features[1][0] & LMP_HOST_LE)) macro