Home
last modified time | relevance | path

Searched refs:rmt_auth_req (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c3499 p_dev_rec->rmt_auth_req = evt_data.auth_req; in btm_io_capabilities_rsp()
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()
3565 evt_data.cfm_req.rmt_auth_req = p_dev_rec->rmt_auth_req; in btm_proc_sp_req_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h665 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h945 tBTA_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1554 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3204 sec_event.cfm_req.rmt_auth_req = p_data->cfm_req.rmt_auth_req; in bta_dm_sp_cback()