Searched refs:lmp_le_capable (Results 1 – 6 of 6) sorted by relevance
96 if (lmp_le_capable(hdev)) in features_show()340 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()344 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
718 if (lmp_le_capable(hdev)) { in get_supported_phys()776 if (lmp_le_capable(hdev)) { in get_selected_phys()832 if (lmp_le_capable(hdev)) { in get_supported_settings()1529 if (!lmp_le_capable(hdev)) in mgmt_le_support()2259 if (!lmp_le_capable(hdev) || in set_mesh()2396 if (!lmp_le_capable(hdev) || in mesh_features()2455 if (!lmp_le_capable(hdev) || in mesh_send_cancel()2493 if (!lmp_le_capable(hdev) || in mesh_send()2562 if (!lmp_le_capable(hdev)) in set_le()4080 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync()[all …]
1366 if (!lmp_le_capable(d)) in hci_get_route()1478 if (lmp_le_capable(hdev)) in hci_connect_le()1678 if (lmp_le_capable(hdev)) in hci_add_bis()1729 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
4205 if (lmp_le_capable(hdev)) { in hci_init2_sync()4319 if (lmp_le_capable(hdev)) in hci_set_event_mask_sync()4443 if (!lmp_le_capable(hdev)) in hci_le_set_event_mask_sync()4897 if (lmp_le_capable(hdev)) in hci_init3_sync()5152 if (lmp_le_capable(hdev)) in hci_init4_sync()5205 if (lmp_le_capable(hdev)) in hci_init_sync()
3360 if (!lmp_le_capable(hdev)) in smp_register()
1958 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro1997 #define le_enabled(dev) (lmp_le_capable(dev) && \