Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.c3597 p_dev_rec->rmt_auth_req = evt_data.auth_req; in btm_io_capabilities_rsp()
3653 …&& ((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()
3662 btm_cb.devcb.loc_auth_req, p_dev_rec->rmt_auth_req); in btm_proc_sp_req_evt()
3665 evt_data.cfm_req.rmt_auth_req = p_dev_rec->rmt_auth_req; in btm_proc_sp_req_evt()
Dbtm_int.h584 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */ member
/system/bt/bta/include/
Dbta_api.h828 tBTA_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/system/bt/stack/include/
Dbtm_api.h1452 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/system/bt/bta/dm/
Dbta_dm_act.c2862 sec_event.cfm_req.rmt_auth_req = p_data->cfm_req.rmt_auth_req; in bta_dm_sp_cback()
/system/bt/btif/src/
Dbtif_dm.c1004 !(p_ssp_cfm_req->rmt_auth_req & BTM_AUTH_BONDS) && in btif_dm_ssp_cfm_req_evt()