Home
last modified time | relevance | path

Searched refs:SMP_AUTH_SC (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dsmp.h58 #define SMP_AUTH_SC 0x08 macro
Dsmp.c625 if (authreq & SMP_AUTH_SC) in authreq_to_seclevel()
672 (authreq & SMP_AUTH_SC)) { in build_pairing_cmd()
698 authreq &= ~SMP_AUTH_SC; in build_pairing_cmd()
1760 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req()
1805 if (rsp.auth_req & SMP_AUTH_SC) { in smp_cmd_pairing_req()
1946 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
1975 if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
2298 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
2393 authreq |= SMP_AUTH_SC; in smp_conn_security()