Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_debugfs.c100 if (lmp_le_capable(hdev)) in features_show()
344 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
348 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
H A Dmgmt.c721 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()
1497 if (!lmp_le_capable(hdev)) in mgmt_le_support()
2168 if (!lmp_le_capable(hdev) || in set_mesh()
2288 if (!lmp_le_capable(hdev) || in mesh_features()
2343 if (!lmp_le_capable(hdev) || in mesh_send_cancel()
2379 if (!lmp_le_capable(hdev) || in mesh_send()
2441 if (!lmp_le_capable(hdev)) in set_le()
3815 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_name_sync()
[all …]
H A Dhci_conn.c1183 if (!lmp_le_capable(d)) in hci_get_route()
1294 if (lmp_le_capable(hdev)) in hci_connect_le()
1473 if (lmp_le_capable(hdev)) in hci_add_bis()
1522 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
H A Dhci_sync.c3969 if (lmp_le_capable(hdev)) { in hci_init2_sync()
4083 if (lmp_le_capable(hdev)) in hci_set_event_mask_sync()
4206 if (!lmp_le_capable(hdev)) in hci_le_set_event_mask_sync()
4518 if (lmp_le_capable(hdev)) in hci_init3_sync()
4773 if (lmp_le_capable(hdev)) in hci_init4_sync()
4826 if (lmp_le_capable(hdev)) in hci_init_sync()
H A Dsmp.c3414 if (!lmp_le_capable(hdev)) in smp_register()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1797 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro