Searched refs:av_handle (Results 1 – 3 of 3) sorted by relevance
239 return (p_scb->seps[xx].av_handle); in bta_av_get_scb_handle()259 if (p_scb->seps[xx].av_handle == tavdt_handle) { in bta_av_get_scb_sep_type()740 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type); in bta_av_adjust_seps_idx()741 if ((p_scb->seps[xx].av_handle) && (p_scb->seps[xx].av_handle == avdt_handle)) { in bta_av_adjust_seps_idx()743 p_scb->avdt_handle = p_scb->seps[xx].av_handle; in bta_av_adjust_seps_idx()1039 if (p_scb->seps[xx].av_handle) { in bta_av_cleanup()1040 AVDT_RemoveStream(p_scb->seps[xx].av_handle); in bta_av_cleanup()1042 p_scb->seps[xx].av_handle = 0; in bta_av_cleanup()1914 AVDT_OpenReq(p_scb->seps[p_scb->sep_idx].av_handle, p_scb->peer_addr, in bta_av_getcap_results()2305 if ((p_scb->avdt_handle == p_scb->seps[p_scb->sep_idx].av_handle) in bta_av_start_ok()
671 if (AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS) { in bta_av_api_register()684 … index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type); in bta_av_api_register()
334 UINT8 av_handle; /* AVDTP handle */ member