Home
last modified time | relevance | path

Searched refs:lmp_le_capable (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dhci_debugfs.c100 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()
Dmgmt.c733 if (lmp_le_capable(hdev)) { in get_supported_phys()
791 if (lmp_le_capable(hdev)) { in get_selected_phys()
850 if (lmp_le_capable(hdev)) { in get_supported_settings()
1500 if (!lmp_le_capable(hdev)) in mgmt_le_support()
2234 if (!lmp_le_capable(hdev) || in set_mesh()
2354 if (!lmp_le_capable(hdev) || in mesh_features()
2409 if (!lmp_le_capable(hdev) || in mesh_send_cancel()
2445 if (!lmp_le_capable(hdev) || in mesh_send()
2507 if (!lmp_le_capable(hdev)) in set_le()
3845 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync()
[all …]
Dhci_conn.c1192 if (!lmp_le_capable(d)) in hci_get_route()
1345 if (lmp_le_capable(hdev)) in hci_connect_le()
1526 if (lmp_le_capable(hdev)) in hci_add_bis()
1575 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
Dhci_sync.c3777 if (lmp_le_capable(hdev)) { in hci_init2_sync()
3891 if (lmp_le_capable(hdev)) in hci_set_event_mask_sync()
4014 if (!lmp_le_capable(hdev)) in hci_le_set_event_mask_sync()
4326 if (lmp_le_capable(hdev)) in hci_init3_sync()
4581 if (lmp_le_capable(hdev)) in hci_init4_sync()
4641 if (lmp_le_capable(hdev)) in hci_init_sync()
Dsmp.c3421 if (!lmp_le_capable(hdev)) in smp_register()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h1803 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro