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

/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c1018 tAVDT_CFG *p_evt_cfg = &p_data->str_msg.cfg; local
1019 UINT8 psc_mask = (p_evt_cfg->psc_mask | p_scb->cfg.psc_mask);
1022 memcpy(p_scb->cfg.codec_info, p_evt_cfg->codec_info, AVDT_CODEC_SIZE);
1023 p_scb->codec_type = p_evt_cfg->codec_info[BTA_AV_CODEC_TYPE_IDX];
1031 if ((p_evt_cfg->num_codec == 0) ||
1048 p_scb->cur_psc_mask = p_evt_cfg->psc_mask;
1059 p_evt_cfg->codec_info,
1062 p_evt_cfg->num_protect,
1063 p_evt_cfg->protect_info);

Completed in 53 milliseconds