Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.cc926 static void btif_dm_ssp_cfm_req_evt(tBTA_DM_SP_CFM_REQ* p_ssp_cfm_req) { in btif_dm_ssp_cfm_req_evt() argument
935 if (!btif_get_device_type(p_ssp_cfm_req->bd_addr, &dev_type)) { in btif_dm_ssp_cfm_req_evt()
938 btif_update_remote_properties(p_ssp_cfm_req->bd_addr, p_ssp_cfm_req->bd_name, in btif_dm_ssp_cfm_req_evt()
939 p_ssp_cfm_req->dev_class, in btif_dm_ssp_cfm_req_evt()
942 RawAddress bd_addr = p_ssp_cfm_req->bd_addr; in btif_dm_ssp_cfm_req_evt()
943 memcpy(bd_name.name, p_ssp_cfm_req->bd_name, BD_NAME_LEN); in btif_dm_ssp_cfm_req_evt()
958 __func__, p_ssp_cfm_req->just_works, in btif_dm_ssp_cfm_req_evt()
959 p_ssp_cfm_req->loc_auth_req, p_ssp_cfm_req->rmt_auth_req); in btif_dm_ssp_cfm_req_evt()
962 if (p_ssp_cfm_req->just_works && in btif_dm_ssp_cfm_req_evt()
963 !(p_ssp_cfm_req->loc_auth_req & BTM_AUTH_BONDS) && in btif_dm_ssp_cfm_req_evt()
[all …]