Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1320 if (SMP_NO_MITM_REQUIRED (p_cb->peer_auth_req) && SMP_NO_MITM_REQUIRED(p_cb->loc_auth_req)) { in smp_select_legacy_association_model()
1356 if (SMP_NO_MITM_REQUIRED (p_cb->peer_auth_req) && SMP_NO_MITM_REQUIRED(p_cb->loc_auth_req)) { in smp_select_association_model_secure_connections()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h251 #define SMP_NO_MITM_REQUIRED(x) (((x) & SMP_AUTH_YN_BIT) == 0) macro