Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dsecurity_device_record.h371 tBTM_AUTH_REQ rmt_auth_req; /* the auth_req flag as in the IO caps rsp evt */ member
Dbtm_sec.cc2680 p_dev_rec->rmt_auth_req = evt_data.auth_req; in btm_io_capabilities_rsp()
2745 ((p_dev_rec->rmt_auth_req & BTM_AUTH_SP_YES) || in btm_proc_sp_req_evt()
2758 p_dev_rec->rmt_auth_req); in btm_proc_sp_req_evt()
2761 evt_data.cfm_req.rmt_auth_req = p_dev_rec->rmt_auth_req; in btm_proc_sp_req_evt()
3281 if (p_dev_rec->rmt_auth_req == BTM_AUTH_SP_NO && in btm_sec_encrypt_change()
/system/bt/bta/dm/
Dbta_dm_int.h334 tBTM_AUTH_REQ rmt_auth_req; member
Dbta_dm_act.cc1989 sec_event.cfm_req.rmt_auth_req = bta_dm_cb.rmt_auth_req; in bta_dm_pinname_cback()
2189 sec_event.cfm_req.rmt_auth_req = p_data->cfm_req.rmt_auth_req; in bta_dm_sp_cback()
2215 bta_dm_cb.rmt_auth_req = sec_event.cfm_req.rmt_auth_req; in bta_dm_sp_cback()
/system/bt/bta/include/
Dbta_api.h338 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/system/bt/stack/include/
Dbtm_api_types.h684 tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */ member
/system/bt/btif/src/
Dbtif_dm.cc816 p_ssp_cfm_req->loc_auth_req, p_ssp_cfm_req->rmt_auth_req); in btif_dm_ssp_cfm_req_evt()
821 !(p_ssp_cfm_req->rmt_auth_req & BTM_AUTH_BONDS) && in btif_dm_ssp_cfm_req_evt()