/system/bt/bta/include/ |
bta_av_ci.h | 66 BOOLEAN recfg_needed, UINT8 avdt_handle);
|
bta_av_co.h | 165 UINT8 num_protect, UINT8 *p_protect_info,UINT8 t_local_sep, UINT8 avdt_handle); 351 extern void bta_av_co_video_report_conn (BOOLEAN open, UINT8 avdt_handle);
|
/system/bt/bta/av/ |
bta_av_ci.c | 69 UINT8 num_seid, UINT8 *p_seid, BOOLEAN recfg_needed, UINT8 avdt_handle) 81 p_buf->avdt_handle= avdt_handle;
|
bta_av_aact.c | 582 APPL_TRACE_DEBUG("bta_av_stream_data_cback avdt_handle: %d pkt_len=0x%x ofst = 0x%x", handle,p_pkt->len,p_pkt->offset); 589 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) 613 APPL_TRACE_VERBOSE("bta_av_stream0_cback avdt_handle: %d event=0x%x", handle, event); 628 APPL_TRACE_EVENT("bta_av_stream1_cback avdt_handle: %d event=0x%x", handle, event); 644 APPL_TRACE_EVENT("bta_av_stream2_cback avdt_handle: %d event=0x%x", handle, event); 661 APPL_TRACE_EVENT("bta_av_stream3_cback avdt_handle: %d event=0x%x", handle, event); 678 APPL_TRACE_EVENT("bta_av_stream4_cback avdt_handle: %d event=0x%x", handle, event); 695 APPL_TRACE_EVENT("bta_av_stream5_cback avdt_handle: %d event=0x%x", handle, event); 741 static void bta_av_adjust_seps_idx(tBTA_AV_SCB *p_scb, UINT8 avdt_handle) 748 && (p_scb->seps[i].av_handle == avdt_handle)) 1288 UINT8 avdt_handle = p_data->ci_setconfig.avdt_handle; local 1958 UINT8 avdt_handle = p_data->ci_setconfig.avdt_handle; local [all...] |
bta_av_int.h | 173 UINT8 t_local_sep, UINT8 avdt_handle); 330 UINT8 avdt_handle; /* local sep type for which this stream will be set up */ member in struct:__anon73171 502 UINT8 avdt_handle; /* AVDTP handle */ member in struct:__anon73183
|
/system/bt/btif/co/ |
bta_av_co.c | 742 UINT8 t_local_sep, UINT8 avdt_handle) 767 bta_av_ci_setconfig(hndl, A2D_BUSY, AVDT_ASC_CODEC, 0, NULL, FALSE, avdt_handle); 870 bta_av_ci_setconfig(hndl, status, category, 0, NULL, FALSE, avdt_handle); 881 bta_av_ci_setconfig(hndl, A2D_SUCCESS, A2D_SUCCESS, 0, NULL, recfg_needed, avdt_handle); [all...] |