Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_debugfs.c97 if (lmp_le_capable(hdev)) in features_show()
320 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
324 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
Dmgmt.c654 if (lmp_le_capable(hdev)) { in get_supported_phys()
712 if (lmp_le_capable(hdev)) { in get_selected_phys()
766 if (lmp_le_capable(hdev)) { in get_supported_settings()
1291 if (!lmp_le_capable(hdev)) in mgmt_le_support()
1880 if (!lmp_le_capable(hdev)) in set_le()
3274 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_local_name()
3295 if (!lmp_le_capable(hdev)) in set_appearance()
4421 if (!lmp_le_capable(hdev)) in set_static_address()
4466 if (!lmp_le_capable(hdev)) in set_scan_params()
4654 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
[all …]
Dhci_conn.c646 if (!lmp_le_capable(d)) in hci_get_route()
962 if (lmp_le_capable(hdev)) in hci_connect_le()
1140 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
Dhci_core.c408 if (lmp_le_capable(hdev)) in hci_setup_event_mask()
426 if (lmp_le_capable(hdev)) in hci_init2_req()
612 if (lmp_le_capable(hdev)) { in hci_init3_req()
914 if (lmp_le_capable(hdev)) in __hci_init()
Dsmp.c3484 if (!lmp_le_capable(hdev)) in smp_register()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1139 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro