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()
1485 if (!lmp_le_capable(hdev)) in mgmt_le_support()
2427 if (!lmp_le_capable(hdev)) in set_le()
3883 if (!lmp_le_capable(hdev)) in set_appearance()
6475 if (!lmp_le_capable(hdev)) in set_static_address()
6520 if (!lmp_le_capable(hdev)) in set_scan_params()
6976 if (!lmp_le_capable(hdev)) in set_privacy()
7051 if (!lmp_le_capable(hdev)) in load_irks()
[all …]
H A Dhci_conn.c1180 if (!lmp_le_capable(d)) in hci_get_route()
1292 if (lmp_le_capable(hdev)) in hci_connect_le()
1471 if (lmp_le_capable(hdev)) in hci_add_bis()
1520 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
H A Dhci_sync.c3964 if (lmp_le_capable(hdev)) { in hci_init2_sync()
4078 if (lmp_le_capable(hdev)) in hci_set_event_mask_sync()
4201 if (!lmp_le_capable(hdev)) in hci_le_set_event_mask_sync()
4513 if (lmp_le_capable(hdev)) in hci_init3_sync()
4768 if (lmp_le_capable(hdev)) in hci_init4_sync()
4821 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.h1774 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro