Home | History | Annotate | Download | only in ag

Lines Matching full:peer_codecs

1218                 p_scb->peer_codecs = bta_ag_parse_bac(p_scb, p_arg);
1221 if (p_scb->peer_codecs & BTA_AG_CODEC_MSBC)
1233 using the bta_ag_setcodec API. We send the peer_codecs to the application. */
1234 val.num = p_scb->peer_codecs;
1243 p_scb->peer_codecs = BTA_AG_CODEC_CVSD;