Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dsmp.h60 #define SMP_AUTH_CT2 0x20 macro
H A Dsmp.c1720 req->auth_req = SMP_AUTH_CT2; in build_bredr_pairing_cmd()
1732 rsp->auth_req = SMP_AUTH_CT2; in build_bredr_pairing_cmd()
1795 if (req->auth_req & SMP_AUTH_CT2) in smp_cmd_pairing_req()
1818 if (rsp.auth_req & SMP_AUTH_CT2) in smp_cmd_pairing_req()
1974 if ((req->auth_req & SMP_AUTH_CT2) && (auth & SMP_AUTH_CT2)) in smp_cmd_pairing_rsp()
2431 authreq |= SMP_AUTH_CT2; in smp_conn_security()