Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.h58 #define SMP_AUTH_SC 0x08 macro
H A 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()
1771 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req()
1816 if (rsp.auth_req & SMP_AUTH_SC) { in smp_cmd_pairing_req()
1957 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
1986 if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
2312 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
2408 authreq |= SMP_AUTH_SC; in smp_conn_security()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.h58 #define SMP_AUTH_SC 0x08 macro
H A Dsmp.c626 if (authreq & SMP_AUTH_SC) in authreq_to_seclevel()
673 (authreq & SMP_AUTH_SC)) { in build_pairing_cmd()
699 authreq &= ~SMP_AUTH_SC; in build_pairing_cmd()
1777 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req()
1822 if (rsp.auth_req & SMP_AUTH_SC) { in smp_cmd_pairing_req()
1963 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
1992 if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
2318 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
2414 authreq |= SMP_AUTH_SC; in smp_conn_security()
[all...]

Completed in 9 milliseconds