Home
last modified time | relevance | path

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

/linux-4.1.27/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.c630 if (lmp_le_capable(hdev)) { in get_supported_settings()
1694 if (!lmp_le_capable(hdev)) in mgmt_le_support()
2426 if (!lmp_le_capable(hdev)) in set_le()
3778 if (lmp_le_capable(hdev)) in set_local_name()
4821 if (!lmp_le_capable(hdev)) in set_static_address()
4866 if (!lmp_le_capable(hdev)) in set_scan_params()
5054 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
5346 if (!lmp_le_capable(hdev)) in set_privacy()
5414 if (!lmp_le_capable(hdev)) in load_irks()
5500 if (!lmp_le_capable(hdev)) in load_long_term_keys()
[all …]
Dhci_core.c534 if (lmp_le_capable(hdev)) in hci_setup_event_mask()
552 if (lmp_le_capable(hdev)) in hci_init2_req()
722 if (lmp_le_capable(hdev)) { in hci_init3_req()
905 if (lmp_le_capable(hdev)) in __hci_init()
Dhci_conn.c738 if (lmp_le_capable(hdev)) in hci_connect_le()
Dsmp.c3258 if (!lmp_le_capable(hdev)) in smp_register()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h1030 #define lmp_le_capable(dev) ((dev)->features[0][4] & LMP_LE) macro