Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dsmp.c63 #define AUTH_REQ_MASK(dev) (hci_dev_test_flag(dev, HCI_SC_ENABLED) ? \ macro
708 req->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()
719 rsp->auth_req = (authreq & AUTH_REQ_MASK(hdev)); in build_pairing_cmd()
1771 auth = req->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_req()
1961 auth = rsp->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_pairing_rsp()
2083 auth = req->auth_req & AUTH_REQ_MASK(hdev); in fixup_sc_false_positive()
2316 auth = rp->auth_req & AUTH_REQ_MASK(hdev); in smp_cmd_security_req()