HomeSort by relevance Sort by last modified time
    Searched refs:av_handle (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/av/
bta_av_aact.c 250 return (p_scb->seps[xx].av_handle);
270 if (p_scb->seps[xx].av_handle == tavdt_handle)
754 APPL_TRACE_DEBUG("av_handle: %d codec_type: %d",
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;
    [all...]
bta_av_main.c 685 if(AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS)
697 APPL_TRACE_DEBUG("audio[%d] av_handle: %d codec_type: %d",
698 index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type);
    [all...]
bta_av_int.h 385 UINT8 av_handle; /* AVDTP handle */ member in struct:__anon68572

Completed in 90 milliseconds