Home
last modified time | relevance | path

Searched refs:HCI_SC_ONLY (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/
H A Dsmp.c1735 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req()
1925 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
2032 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in fixup_sc_false_positive()
2280 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
H A Dhci_debugfs.c297 buf[0] = hci_dev_test_flag(hdev, HCI_SC_ONLY) ? 'Y' : 'N'; in sc_only_mode_read()
/linux/include/net/bluetooth/
H A Dhci.h439 HCI_SC_ONLY, enumerator