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

/linux-4.4.14/net/bluetooth/
H A Dhci_debugfs.c382 if (lmp_sc_capable(hdev) || lmp_le_capable(hdev)) hci_debugfs_create_common()
H A Dmgmt.c634 if (lmp_sc_capable(hdev)) get_supported_settings()
5358 if (!lmp_sc_capable(hdev) && set_secure_conn()
5364 lmp_sc_capable(hdev) && set_secure_conn()
5375 if (!hdev_is_powered(hdev) || !lmp_sc_capable(hdev) || set_secure_conn()
H A Dsmp.c3407 if (!lmp_sc_capable(hdev)) { smp_register()
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h1128 #define lmp_sc_capable(dev) ((dev)->features[2][1] & LMP_SC) macro
1139 #define bredr_sc_enabled(dev) (lmp_sc_capable(dev) && \

Completed in 242 milliseconds