Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/smp/
Dsmp_utils.c188 UINT8_TO_STREAM (p, p_cb->loc_auth_req); in smp_build_pairing_cmd()
447 UINT8_TO_STREAM (p, p_cb->loc_auth_req); in smp_build_security_request()
452 SMP_TRACE_EVENT("opcode=%d auth_req=0x%x",SMP_OPCODE_SEC_REQ, p_cb->loc_auth_req ); in smp_build_security_request()
Dsmp_l2c.c107 p_cb->loc_auth_req = p_cb->peer_auth_req = SMP_DEFAULT_AUTH_REQ; in smp_connect_cback()
Dsmp_act.c110 p_cb->loc_auth_req = cb_data.io_req.auth_req; in smp_send_app_cback()
797 SMP_NO_MITM_REQUIRED(p_cb->loc_auth_req)) in smp_decide_asso_model()
843 ((p_cb->loc_auth_req & SMP_AUTH_YN_BIT) == 0)) in smp_decide_asso_model()
Dsmp_int.h184 tSMP_AUTH_REQ loc_auth_req; member
Dsmp_keys.c420 UINT8_TO_STREAM(p, p_cb->loc_auth_req); in smp_concatenate_local()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c1843 btm_cb.devcb.loc_auth_req = auth_req; in BTM_IoCapRsp()
3485 btm_cb.devcb.loc_auth_req = evt_data.auth_req; in btm_io_capabilities_req()
3611 …&& ((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()
3620 btm_cb.devcb.loc_auth_req, p_dev_rec->rmt_auth_req); in btm_proc_sp_req_evt()
3622 evt_data.cfm_req.loc_auth_req = btm_cb.devcb.loc_auth_req; in btm_proc_sp_req_evt()
Dbtm_int.h221 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */ member
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h873 tBTA_AUTH_REQ loc_auth_req; /* Authentication required for local device */ member
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1482 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */ member
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c3055 sec_event.cfm_req.loc_auth_req = p_data->cfm_req.loc_auth_req; in bta_dm_sp_cback()
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c898 if (p_ssp_cfm_req->just_works && !(p_ssp_cfm_req->loc_auth_req & BTM_AUTH_BONDS) && in btif_dm_ssp_cfm_req_evt()