Searched refs:SMP_AUTH_YN_BIT (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dsmp_api.h96 #define SMP_AUTH_YN_BIT (1 << 2) macro
97 #define SMP_AUTH_MASK (SMP_AUTH_GEN_BOND|SMP_AUTH_YN_BIT)
103 #define SMP_AUTH_NB_IOCAP (SMP_AUTH_NO_BOND | SMP_AUTH_YN_BIT) /* MITM, No Bonding, Use IO Capability
106 #define SMP_AUTH_GB_IOCAP (SMP_AUTH_GEN_BOND | SMP_AUTH_YN_BIT) /* MITM, General Bonding, Use IO Capability
H A Dbtm_api.h1600 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_int.h151 #define SMP_NO_MITM_REQUIRED(x) (((x) & SMP_AUTH_YN_BIT) == 0)
H A Dsmp_act.c810 ((p_cb->peer_auth_req & SMP_AUTH_YN_BIT) != 0) &&
811 ((p_cb->loc_auth_req & SMP_AUTH_YN_BIT) == 0))

Completed in 64 milliseconds