Home | History | Annotate | Download | only in av

Lines Matching refs:seps

248         if ((p_scb->seps[xx].tsep == local_sep) &&
249 (p_scb->seps[xx].codec_type == p_scb->codec_type))
250 return (p_scb->seps[xx].av_handle);
270 if (p_scb->seps[xx].av_handle == tavdt_handle)
271 return (p_scb->seps[xx].tsep);
592 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
601 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_DATA_EVT, (tBTA_AV_MEDIA*)p_pkt);
755 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type);
756 if((p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type)
757 && (p_scb->seps[xx].av_handle == avdt_handle))
760 p_scb->avdt_handle = p_scb->seps[xx].av_handle;
879 if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
881 else if(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
1084 if(p_scb->seps[xx].av_handle)
1085 AVDT_RemoveStream(p_scb->seps[xx].av_handle);
1086 p_scb->seps[xx].av_handle = 0;
1298 (p_scb->seps[p_scb->sep_idx].p_app_data_cback != NULL))
1299 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_SINK_CFG_EVT,
1315 /* callout module tells BTA the number of "good" SEPs and their SEIDs.
1335 * we need to know all the SEPs on SNK */
1350 /* only in case of local sep as SRC we need to look for other SEPs, In case of SINK we don't */
1430 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
1432 else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
1729 /* Some devices have seps at the end of the discover list, which is not */
1829 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
1831 else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )
1902 (p_scb->seps[p_scb->sep_idx].p_app_data_cback != NULL))
1905 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_SINK_CFG_EVT,
1910 AVDT_OpenReq(p_scb->seps[p_scb->sep_idx].av_handle, p_scb->peer_addr,
2340 if ((p_scb->avdt_handle == p_scb->seps[p_scb->sep_idx].av_handle)
2341 &&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
2540 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC )
2542 else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK )