Searched refs:av_handle (Results 1 – 3 of 3) sorted by relevance
233 return (p_scb->seps[xx].av_handle); in bta_av_get_scb_handle()253 if (p_scb->seps[xx].av_handle == tavdt_handle) { in bta_av_get_scb_sep_type()729 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type); in bta_av_adjust_seps_idx()730 if ((p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type) in bta_av_adjust_seps_idx()731 && (p_scb->seps[xx].av_handle == avdt_handle)) { in bta_av_adjust_seps_idx()733 p_scb->avdt_handle = p_scb->seps[xx].av_handle; in bta_av_adjust_seps_idx()1028 if (p_scb->seps[xx].av_handle) { in bta_av_cleanup()1029 AVDT_RemoveStream(p_scb->seps[xx].av_handle); in bta_av_cleanup()1031 p_scb->seps[xx].av_handle = 0; in bta_av_cleanup()1869 AVDT_OpenReq(p_scb->seps[p_scb->sep_idx].av_handle, p_scb->peer_addr, in bta_av_getcap_results()[all …]
642 if (AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS) { in bta_av_api_register()655 … index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type); in bta_av_api_register()
330 UINT8 av_handle; /* AVDTP handle */ member