Searched refs:avdt_handle (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_ci.h66 BOOLEAN recfg_needed, UINT8 avdt_handle);
H A Dbta_av_co.h165 UINT8 num_protect, UINT8 *p_protect_info,UINT8 t_local_sep, UINT8 avdt_handle);
351 BTA_API extern void bta_av_co_video_report_conn (BOOLEAN open, UINT8 avdt_handle);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_ci.c71 UINT8 num_seid, UINT8 *p_seid, BOOLEAN recfg_needed, UINT8 avdt_handle)
84 p_buf->avdt_handle= avdt_handle;
70 bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, UINT8 num_seid, UINT8 *p_seid, BOOLEAN recfg_needed, UINT8 avdt_handle) argument
H A Dbta_av_aact.c573 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);
580 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
604 APPL_TRACE_VERBOSE("bta_av_stream0_cback avdt_handle: %d event=0x%x", handle, event);
619 APPL_TRACE_EVENT("bta_av_stream1_cback avdt_handle: %d event=0x%x", handle, event);
635 APPL_TRACE_EVENT("bta_av_stream2_cback avdt_handle: %d event=0x%x", handle, event);
652 APPL_TRACE_EVENT("bta_av_stream3_cback avdt_handle: %d event=0x%x", handle, event);
669 APPL_TRACE_EVENT("bta_av_stream4_cback avdt_handle: %d event=0x%x", handle, event);
686 APPL_TRACE_EVENT("bta_av_stream5_cback avdt_handle: %d event=0x%x", handle, event);
736 static void bta_av_adjust_seps_idx(tBTA_AV_SCB *p_scb, UINT8 avdt_handle) argument
745 && (p_scb->seps[xx].av_handle == avdt_handle))
1276 UINT8 avdt_handle = p_data->ci_setconfig.avdt_handle; local
1920 UINT8 avdt_handle = p_data->ci_setconfig.avdt_handle; local
[all...]
H A Dbta_av_int.h170 UINT8 t_local_sep, UINT8 avdt_handle);
326 UINT8 avdt_handle; /* local sep type for which this stream will be set up */ member in struct:__anon447
489 UINT8 avdt_handle; /* AVDTP handle */ member in struct:__anon458
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c754 UINT8 t_local_sep, UINT8 avdt_handle)
780 bta_av_ci_setconfig(hndl, A2D_BUSY, AVDT_ASC_CODEC, 0, NULL, FALSE, avdt_handle);
883 bta_av_ci_setconfig(hndl, status, category, 0, NULL, FALSE, avdt_handle);
894 bta_av_ci_setconfig(hndl, A2D_SUCCESS, A2D_SUCCESS, 0, NULL, recfg_needed, avdt_handle);
752 bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, UINT8 seid, BD_ADDR addr, UINT8 num_protect, UINT8 *p_protect_info, UINT8 t_local_sep, UINT8 avdt_handle) argument

Completed in 108 milliseconds