Searched refs:p_evt_cfg (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/av/ |
D | bta_av_aact.cc | 981 const AvdtpSepConfig* p_evt_cfg = &p_data->str_msg.cfg; in bta_av_config_ind() local 982 uint8_t psc_mask = (p_evt_cfg->psc_mask | p_scb->cfg.psc_mask); in bta_av_config_ind() 994 A2DP_CodecInfoString(p_evt_cfg->codec_info).c_str()); in bta_av_config_ind() 996 memcpy(p_scb->cfg.codec_info, p_evt_cfg->codec_info, AVDT_CODEC_SIZE); in bta_av_config_ind() 1004 if ((p_evt_cfg->num_codec == 0) || in bta_av_config_ind() 1025 p_scb->cur_psc_mask = p_evt_cfg->psc_mask; in bta_av_config_ind() 1039 p_evt_cfg->codec_info, p_info->seid, in bta_av_config_ind() 1040 p_evt_cfg->num_protect, p_evt_cfg->protect_info, in bta_av_config_ind() 1044 p_evt_cfg->codec_info, p_info->seid, in bta_av_config_ind() 1045 p_evt_cfg->num_protect, p_evt_cfg->protect_info, in bta_av_config_ind()
|