Searched refs:av_handle (Results 1 – 3 of 3) sorted by relevance
250 return (p_scb->seps[xx].av_handle); in bta_av_get_scb_handle()270 if (p_scb->seps[xx].av_handle == tavdt_handle) in bta_av_get_scb_sep_type()755 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type); in bta_av_adjust_seps_idx()756 if((p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type) in bta_av_adjust_seps_idx()757 && (p_scb->seps[xx].av_handle == avdt_handle)) in bta_av_adjust_seps_idx()760 p_scb->avdt_handle = p_scb->seps[xx].av_handle; in bta_av_adjust_seps_idx()1084 if(p_scb->seps[xx].av_handle) in bta_av_cleanup()1085 AVDT_RemoveStream(p_scb->seps[xx].av_handle); in bta_av_cleanup()1086 p_scb->seps[xx].av_handle = 0; in bta_av_cleanup()1910 AVDT_OpenReq(p_scb->seps[p_scb->sep_idx].av_handle, p_scb->peer_addr, in bta_av_getcap_results()[all …]
685 if(AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS) in bta_av_api_register()698 index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type); in bta_av_api_register()
385 UINT8 av_handle; /* AVDTP handle */ member