Searched refs:SMP_AUTH_YN_BIT (Results 1 – 5 of 5) sorted by relevance
110 SMP_AUTH_YN_BIT = (1u << 2), enumerator117 (SMP_AUTH_BOND | SMP_AUTH_YN_BIT | SMP_SC_SUPPORT_BIT | SMP_KP_SUPPORT_BIT | \125 (SMP_H7_SUPPORT_BIT | SMP_SC_SUPPORT_BIT | SMP_AUTH_YN_BIT | SMP_AUTH_BOND)
471 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */
272 #define SMP_NO_MITM_REQUIRED(x) (((x)&SMP_AUTH_YN_BIT) == 0)
1407 ((p_cb->peer_auth_req & SMP_AUTH_YN_BIT) != 0) && in smp_decide_association_model()1408 ((p_cb->loc_auth_req & SMP_AUTH_YN_BIT) == 0)) { in smp_decide_association_model()
1155 : (SMP_AUTH_BOND | SMP_AUTH_YN_BIT); in btm_ble_set_encryption()