Home | History | Annotate | Download | only in av

Lines Matching refs:peer_cap

373                      &p_scb->peer_cap, &bta_av_proc_stream_evt, get_all_cap);
1552 A2DP_CodecInfoString(p_scb->peer_cap.codec_info).c_str());
1554 cfg = p_scb->peer_cap;
1695 uint8_t media_type = A2DP_GetMediaType(p_scb->peer_cap.codec_info);
1699 cfg.num_protect = p_scb->peer_cap.num_protect;
1700 memcpy(cfg.codec_info, p_scb->peer_cap.codec_info, AVDT_CODEC_SIZE);
1701 memcpy(cfg.protect_info, p_scb->peer_cap.protect_info, AVDT_PROTECT_SIZE);
1705 p_scb->peer_cap.num_codec, p_scb->cfg.psc_mask);
1712 if ((p_scb->peer_cap.num_codec != 0) && (media_type == p_scb->media_type) &&
1737 cfg.psc_mask &= p_scb->peer_cap.psc_mask;
2028 A2DP_CodecInfoString(p_scb->peer_cap.codec_info).c_str());