Searched refs:p_evt_cfg (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/av/ |
D | bta_av_aact.cc | 970 const AvdtpSepConfig* p_evt_cfg = &p_data->str_msg.cfg; in bta_av_config_ind() local 971 uint8_t psc_mask = (p_evt_cfg->psc_mask | p_scb->cfg.psc_mask); in bta_av_config_ind() 983 A2DP_CodecInfoString(p_evt_cfg->codec_info).c_str()); in bta_av_config_ind() 985 memcpy(p_scb->cfg.codec_info, p_evt_cfg->codec_info, AVDT_CODEC_SIZE); in bta_av_config_ind() 993 if ((p_evt_cfg->num_codec == 0) || in bta_av_config_ind() 1014 p_scb->cur_psc_mask = p_evt_cfg->psc_mask; in bta_av_config_ind() 1028 p_evt_cfg->codec_info, p_info->seid, in bta_av_config_ind() 1029 p_evt_cfg->num_protect, p_evt_cfg->protect_info, in bta_av_config_ind() 1033 p_evt_cfg->codec_info, p_info->seid, in bta_av_config_ind() 1034 p_evt_cfg->num_protect, p_evt_cfg->protect_info, in bta_av_config_ind()
|