Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c86 #define BT_SMP_AUTH_MASK_SC 0x2f macro
96 #define BT_SMP_AUTH_MASK_SC 0x0f macro
2682 auth &= BT_SMP_AUTH_MASK_SC; in get_auth()
4106 auth = req->auth_req & BT_SMP_AUTH_MASK_SC; in smp_security_request()