Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_debugfs.c93 if (lmp_le_capable(hdev)) in features_show()
378 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
382 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
Dmgmt.c638 if (lmp_le_capable(hdev)) { in get_supported_settings()
1800 if (!lmp_le_capable(hdev)) in mgmt_le_support()
2532 if (!lmp_le_capable(hdev)) in set_le()
3901 if (lmp_le_capable(hdev)) in set_local_name()
4966 if (!lmp_le_capable(hdev)) in set_static_address()
5011 if (!lmp_le_capable(hdev)) in set_scan_params()
5199 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
5491 if (!lmp_le_capable(hdev)) in set_privacy()
5559 if (!lmp_le_capable(hdev)) in load_irks()
5640 if (!lmp_le_capable(hdev)) in load_long_term_keys()
[all …]
Dhci_conn.c795 if (lmp_le_capable(hdev)) in hci_connect_le()
1021 if (lmp_le_capable(hdev)) in hci_connect_le_scan()
Dhci_core.c587 if (lmp_le_capable(hdev)) in hci_setup_event_mask()
605 if (lmp_le_capable(hdev)) in hci_init2_req()
776 if (lmp_le_capable(hdev)) { in hci_init3_req()
965 if (lmp_le_capable(hdev)) in __hci_init()
Dsmp.c3380 if (!lmp_le_capable(hdev)) in smp_register()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h1111 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro