Home | History | Annotate | Download | only in av

Lines Matching refs:seps

685                 if(AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS)
687 p_scb->seps[index].codec_type = codec_type;
690 p_scb->seps[index].tsep = cs.tsep;
692 p_scb->seps[index].p_app_data_cback = p_data->api_reg.p_app_data_cback;
694 p_scb->seps[index].p_app_data_cback = NULL; /* In case of A2DP SOURCE we don't need a callback to handle media packets */
698 index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type);