Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h145 #define SMP_SC_SUPPORT_BIT (1 << 3) macro
148 #define SMP_AUTH_MASK (SMP_AUTH_GEN_BOND|SMP_AUTH_YN_BIT|SMP_SC_SUPPORT_BIT|SMP_KP_SUPPORT_BIT)
165 #define SMP_AUTH_SC_ENC_ONLY (SMP_SC_SUPPORT_BIT)
168 #define SMP_AUTH_SC_GB (SMP_SC_SUPPORT_BIT | SMP_AUTH_GEN_BOND)
171 #define SMP_AUTH_SC_MITM_NB (SMP_SC_SUPPORT_BIT | SMP_AUTH_YN_BIT | SMP_AUTH_NO_BOND)
174 #define SMP_AUTH_SC_MITM_GB (SMP_SC_SUPPORT_BIT | SMP_AUTH_YN_BIT | SMP_AUTH_GEN_BOND)
Dbtm_api.h1636 #define BTM_LE_SC_SUPPORT_BIT SMP_SC_SUPPORT_BIT /* (1 << 3) */
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c196 if ((p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT) && in smp_data_received()
197 (p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT)) { in smp_data_received()
Dsmp_act.c184 p_cb->loc_auth_req |= SMP_SC_SUPPORT_BIT; in smp_send_app_cback()
187 if (!(p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT) in smp_send_app_cback()
477 (auth_req & SMP_SC_SUPPORT_BIT) == 0) { in smp_proc_sec_req()
537 auth |= SMP_SC_SUPPORT_BIT; in smp_get_auth_mode()
544 auth |= SMP_SC_SUPPORT_BIT; in smp_get_auth_mode()
Dsmp_utils.c1286 if ((p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT) && (p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT)) { in smp_select_association_model()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1783 if (!(p_data->auth_req & SMP_SC_SUPPORT_BIT)) { in btm_ble_io_capabilities_req()