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

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_l2c.c107 p_cb->loc_auth_req = p_cb->peer_auth_req = SMP_DEFAULT_AUTH_REQ;
H A Dsmp_utils.c188 UINT8_TO_STREAM (p, p_cb->loc_auth_req);
447 UINT8_TO_STREAM (p, p_cb->loc_auth_req);
452 SMP_TRACE_EVENT("opcode=%d auth_req=0x%x",SMP_OPCODE_SEC_REQ, p_cb->loc_auth_req );
H A Dsmp_int.h184 tSMP_AUTH_REQ loc_auth_req; member in struct:__anon1720
H A Dsmp_act.c110 p_cb->loc_auth_req = cb_data.io_req.auth_req;
703 (p_cb->loc_auth_req & SMP_AUTH_BOND)) &&*/
797 SMP_NO_MITM_REQUIRED(p_cb->loc_auth_req))
843 ((p_cb->loc_auth_req & SMP_AUTH_YN_BIT) == 0))
H A Dsmp_keys.c419 UINT8_TO_STREAM(p, p_cb->loc_auth_req);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c1843 btm_cb.devcb.loc_auth_req = auth_req;
3485 btm_cb.devcb.loc_auth_req = evt_data.auth_req;
3611 && ((p_dev_rec->rmt_auth_req & BTM_AUTH_SP_YES) || (btm_cb.devcb.loc_auth_req & BTM_AUTH_SP_YES)) )
3620 btm_cb.devcb.loc_auth_req, p_dev_rec->rmt_auth_req);
3622 evt_data.cfm_req.loc_auth_req = btm_cb.devcb.loc_auth_req;
H A Dbtm_int.h221 tBTM_AUTH_REQ loc_auth_req; /* the auth_req flag */ member in struct:__anon1239
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h870 tBTA_AUTH_REQ loc_auth_req; /* Authentication required for local device */ member in struct:__anon714
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1482 tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */ member in struct:__anon1432
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c3070 sec_event.cfm_req.loc_auth_req = p_data->cfm_req.loc_auth_req;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c935 if (p_ssp_cfm_req->just_works && !(p_ssp_cfm_req->loc_auth_req & BTM_AUTH_BONDS) &&

Completed in 152 milliseconds