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()835 if (lmp_le_capable(hdev)) { in get_supported_settings()1526 if (!lmp_le_capable(hdev)) in mgmt_le_support()2256 if (!lmp_le_capable(hdev) || in set_mesh()2393 if (!lmp_le_capable(hdev) || in mesh_features()2448 if (!lmp_le_capable(hdev) || in mesh_send_cancel()2485 if (!lmp_le_capable(hdev) || in mesh_send()2554 if (!lmp_le_capable(hdev)) in set_le()4005 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync()[all …]
1342 if (!lmp_le_capable(d)) in hci_get_route()1453 if (lmp_le_capable(hdev)) in hci_connect_le()1645 if (lmp_le_capable(hdev)) in hci_add_bis()1696 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
4075 if (lmp_le_capable(hdev)) { in hci_init2_sync()4189 if (lmp_le_capable(hdev)) in hci_set_event_mask_sync()4313 if (!lmp_le_capable(hdev)) in hci_le_set_event_mask_sync()4662 if (lmp_le_capable(hdev)) in hci_init3_sync()4917 if (lmp_le_capable(hdev)) in hci_init4_sync()4970 if (lmp_le_capable(hdev)) in hci_init_sync()
3414 if (!lmp_le_capable(hdev)) in smp_register()
1936 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro1975 #define le_enabled(dev) (lmp_le_capable(dev) && \