Home
last modified time | relevance | path

Searched refs:avdt_handle (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_ci.c73 UINT8 num_seid, UINT8 *p_seid, BOOLEAN recfg_needed, UINT8 avdt_handle) in bta_av_ci_setconfig() argument
85 p_buf->avdt_handle = avdt_handle; in bta_av_ci_setconfig()
Dbta_av_aact.c570 if ((p_scb->avdt_handle == handle) && (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_stream_data_cback()
723 static void bta_av_adjust_seps_idx(tBTA_AV_SCB *p_scb, UINT8 avdt_handle) in bta_av_adjust_seps_idx() argument
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()
1212 AVDT_SecurityReq(p_scb->avdt_handle, p_data->api_protect_req.p_data, in bta_av_security_req()
1229 AVDT_SecurityRsp(p_scb->avdt_handle, p_scb->avdt_label, p_data->api_protect_rsp.error_code, in bta_av_security_rsp()
1232 AVDT_SecurityRsp(p_scb->avdt_handle, p_scb->avdt_label, AVDT_ERR_NSC, in bta_av_security_rsp()
1249 UINT8 avdt_handle = p_data->ci_setconfig.avdt_handle; in bta_av_setconfig_rsp() local
1255 local_sep = bta_av_get_scb_sep_type(p_scb, avdt_handle); in bta_av_setconfig_rsp()
1256 bta_av_adjust_seps_idx(p_scb, avdt_handle); in bta_av_setconfig_rsp()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_co.h165 … 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);
Dbta_av_ci.h68 BOOLEAN recfg_needed, UINT8 avdt_handle);
Dbta_av_api.h265 UINT8 t_local_sep, UINT8 avdt_handle);
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c657 UINT8 t_local_sep, UINT8 avdt_handle) in bta_av_co_audio_setconfig() argument
681 bta_av_ci_setconfig(hndl, A2D_BUSY, AVDT_ASC_CODEC, 0, NULL, FALSE, avdt_handle); in bta_av_co_audio_setconfig()
768 bta_av_ci_setconfig(hndl, status, category, 0, NULL, FALSE, avdt_handle); in bta_av_co_audio_setconfig()
777 bta_av_ci_setconfig(hndl, A2D_SUCCESS, A2D_SUCCESS, 0, NULL, recfg_needed, avdt_handle); in bta_av_co_audio_setconfig()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h278 UINT8 avdt_handle; /* local sep type for which this stream will be set up */ member
431 UINT8 avdt_handle; /* AVDTP handle */ member