Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c133 p_cb->loc_auth_req = p_cb->peer_auth_req = SMP_DEFAULT_AUTH_REQ; in smp_connect_callback()
194 __FUNCTION__, cmd, p_cb->peer_auth_req, p_cb->loc_auth_req); in smp_data_received()
197 (p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT)) { in smp_data_received()
279 p_cb->loc_auth_req = p_cb->peer_auth_req = 0; in smp_br_connect_callback()
Dsmp_act.c161 p_cb->loc_auth_req = cb_data.io_req.auth_req; in smp_send_app_cback()
168 if (!(p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_app_cback()
177 … p_cb->loc_auth_req, p_cb->local_io_capability, p_cb->loc_oob_flag, in smp_send_app_cback()
184 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()
191 p_cb->loc_auth_req &= ~SMP_KP_SUPPORT_BIT; in smp_send_app_cback()
197 p_cb->loc_auth_req, p_cb->local_i_key, p_cb->local_r_key); in smp_send_app_cback()
381 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_enc_info()
406 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_id_info()
608 if(p_cb->peer_auth_req & p_cb->loc_auth_req & SMP_AUTH_GEN_BOND) { in smp_proc_pair_cmd()
[all …]
Dsmp_utils.c425 UINT8_TO_STREAM (p, p_cb->loc_auth_req); in smp_build_pairing_cmd()
692 UINT8_TO_STREAM (p, p_cb->loc_auth_req); in smp_build_security_request()
697 SMP_TRACE_EVENT("opcode=%d auth_req=0x%x", SMP_OPCODE_SEC_REQ, p_cb->loc_auth_req ); in smp_build_security_request()
1282 __FUNCTION__, p_cb->peer_auth_req, p_cb->loc_auth_req); in smp_select_association_model()
1287 if ((p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT) && (p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT)) { in smp_select_association_model()
1319 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()
1355 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()
1430 iocap[2] = p_cb->loc_auth_req; in smp_collect_local_io_capabilities()
Dsmp_keys.c519 UINT8_TO_STREAM(p, p_cb->loc_auth_req); in smp_concatenate_local()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h303 tSMP_AUTH_REQ loc_auth_req; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c1659 btm_cb.devcb.loc_auth_req = auth_req; in BTM_IoCapRsp()
3430 btm_cb.devcb.loc_auth_req = evt_data.auth_req; in btm_io_capabilities_req()
3554 …&& ((p_dev_rec->rmt_auth_req & BTM_AUTH_SP_YES) || (btm_cb.devcb.loc_auth_req & BTM_AUTH_SP_YES))… in btm_proc_sp_req_evt()
3562 btm_cb.devcb.loc_auth_req, p_dev_rec->rmt_auth_req); in btm_proc_sp_req_evt()
3564 evt_data.cfm_req.loc_auth_req = btm_cb.devcb.loc_auth_req; in btm_proc_sp_req_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h261 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h944 tBTA_AUTH_REQ loc_auth_req; /* Authentication required for local device */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1553 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3203 sec_event.cfm_req.loc_auth_req = p_data->cfm_req.loc_auth_req; in bta_dm_sp_cback()