Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_debugfs.c347 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
647 if (!lmp_sc_capable(hdev)) in hci_debugfs_create_bredr()
H A Dmgmt.c828 if (lmp_sc_capable(hdev)) in get_supported_settings()
6814 if (!lmp_sc_capable(hdev) && in set_secure_conn()
6820 lmp_sc_capable(hdev) && in set_secure_conn()
6831 if (!hdev_is_powered(hdev) || !lmp_sc_capable(hdev) || in set_secure_conn()
H A Dsmp.c3428 if (!lmp_sc_capable(hdev)) { in smp_register()
/linux/include/net/bluetooth/
H A Dhci_core.h1886 #define lmp_sc_capable(dev) ((dev)->features[2][1] & LMP_SC) macro
1897 #define bredr_sc_enabled(dev) (lmp_sc_capable(dev) && \