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.cc918 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
927 if (!btif_get_device_type(p_ssp_cfm_req->bd_addr, &dev_type)) { in btif_dm_ssp_cfm_req_evt()
930 btif_update_remote_properties(p_ssp_cfm_req->bd_addr, p_ssp_cfm_req->bd_name, in btif_dm_ssp_cfm_req_evt()
931 p_ssp_cfm_req->dev_class, in btif_dm_ssp_cfm_req_evt()
934 RawAddress bd_addr = p_ssp_cfm_req->bd_addr; in btif_dm_ssp_cfm_req_evt()
935 memcpy(bd_name.name, p_ssp_cfm_req->bd_name, BD_NAME_LEN); in btif_dm_ssp_cfm_req_evt()
950 __func__, p_ssp_cfm_req->just_works, in btif_dm_ssp_cfm_req_evt()
951 p_ssp_cfm_req->loc_auth_req, p_ssp_cfm_req->rmt_auth_req); in btif_dm_ssp_cfm_req_evt()
954 if (p_ssp_cfm_req->just_works && in btif_dm_ssp_cfm_req_evt()
955 !(p_ssp_cfm_req->loc_auth_req & BTM_AUTH_BONDS) && in btif_dm_ssp_cfm_req_evt()
[all …]