Searched refs:lmp_le_capable (Results 1 – 6 of 6) sorted by relevance
98 if (lmp_le_capable(hdev)) in features_show()338 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()342 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
690 if (lmp_le_capable(hdev)) { in get_supported_phys()748 if (lmp_le_capable(hdev)) { in get_selected_phys()807 if (lmp_le_capable(hdev)) { in get_supported_settings()1340 if (!lmp_le_capable(hdev)) in mgmt_le_support()1939 if (!lmp_le_capable(hdev)) in set_le()3349 if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING)) in set_local_name()3370 if (!lmp_le_capable(hdev)) in set_appearance()5510 if (!lmp_le_capable(hdev)) in set_static_address()5555 if (!lmp_le_capable(hdev)) in set_scan_params()5743 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()[all …]
713 if (!lmp_le_capable(d)) in hci_get_route()1059 if (lmp_le_capable(hdev)) in hci_connect_le()1240 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
412 if (lmp_le_capable(hdev)) in hci_setup_event_mask()430 if (lmp_le_capable(hdev)) in hci_init2_req()620 if (lmp_le_capable(hdev)) { in hci_init3_req()961 if (lmp_le_capable(hdev)) in __hci_init()
3407 if (!lmp_le_capable(hdev)) in smp_register()
1393 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro