Home
last modified time | relevance | path

Searched refs:lmp_ssp_capable (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c338 if (lmp_ssp_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
592 if (lmp_ssp_capable(hdev)) { in hci_debugfs_create_bredr()
H A Dmgmt.c788 if (lmp_ssp_capable(hdev)) { in get_supported_settings()
1747 if (!lmp_ssp_capable(hdev)) in set_ssp()
1832 if (!lmp_ssp_capable(hdev)) in set_hs()
4432 if (!lmp_ssp_capable(hdev)) { in read_local_oob_data()
H A Dhci_core.c397 if (lmp_ssp_capable(hdev)) { in hci_setup_event_mask()
444 if (lmp_ssp_capable(hdev)) { in hci_init2_req()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1346 #define lmp_ssp_capable(dev) ((dev)->features[0][6] & LMP_SIMPLE_PAIR) macro