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.c344 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) in hci_debugfs_create_common()
644 if (!lmp_sc_capable(hdev)) in hci_debugfs_create_bredr()
H A Dmgmt.c825 if (lmp_sc_capable(hdev)) in get_supported_settings()
7079 if (!lmp_sc_capable(hdev) && in set_secure_conn()
7085 lmp_sc_capable(hdev) && in set_secure_conn()
7096 if (!hdev_is_powered(hdev) || !lmp_sc_capable(hdev) || in set_secure_conn()
H A Dsmp.c3375 if (!lmp_sc_capable(hdev)) { in smp_register()
/linux/include/net/bluetooth/
H A Dhci_core.h1980 #define lmp_sc_capable(dev) ((dev)->features[2][1] & LMP_SC) macro
1991 #define bredr_sc_enabled(dev) (lmp_sc_capable(dev) && \