Searched refs:lmp_le_capable (Results 1 – 6 of 6) sorted by relevance
99 if (lmp_le_capable(hdev)) in features_show()343 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()347 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
721 if (lmp_le_capable(hdev)) { in get_supported_phys()779 if (lmp_le_capable(hdev)) { in get_selected_phys()836 if (lmp_le_capable(hdev)) { in get_supported_settings()1511 if (!lmp_le_capable(hdev)) in mgmt_le_support()2454 if (!lmp_le_capable(hdev)) in set_le()3970 if (!lmp_le_capable(hdev)) in set_appearance()6406 if (!lmp_le_capable(hdev)) in set_static_address()6451 if (!lmp_le_capable(hdev)) in set_scan_params()6907 if (!lmp_le_capable(hdev)) in set_privacy()6982 if (!lmp_le_capable(hdev)) in load_irks()[all …]
1202 if (!lmp_le_capable(d)) in hci_get_route()1313 if (lmp_le_capable(hdev)) in hci_connect_le()1506 if (lmp_le_capable(hdev)) in hci_add_bis()1555 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
3971 if (lmp_le_capable(hdev)) { in hci_init2_sync()4085 if (lmp_le_capable(hdev)) in hci_set_event_mask_sync()4209 if (!lmp_le_capable(hdev)) in hci_le_set_event_mask_sync()4519 if (lmp_le_capable(hdev)) in hci_init3_sync()4774 if (lmp_le_capable(hdev)) in hci_init4_sync()4827 if (lmp_le_capable(hdev)) in hci_init_sync()
3413 if (!lmp_le_capable(hdev)) in smp_register()
1884 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro