Home
last modified time | relevance | path

Searched refs:hndl (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_co.h102 extern void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps,
117 extern void bta_av_co_video_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps,
132 extern UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
148 extern UINT8 bta_av_co_video_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
163 extern void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
178 extern void bta_av_co_video_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
195 extern void bta_av_co_audio_open(tBTA_AV_HNDL hndl,
210 extern void bta_av_co_video_open(tBTA_AV_HNDL hndl,
228 extern void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
242 extern void bta_av_co_video_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
[all …]
Dbta_av_api.h257 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
259 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
262 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
266 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl,
269 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
270 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info,…
271 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type);
274 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
315 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member
329 tBTA_AV_HNDL hndl; member
[all …]
Dbta_av_ci.h66 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c56 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) argument
194 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl) in bta_av_co_get_peer() argument
199 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl); in bta_av_co_get_peer()
280 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk, in bta_av_co_audio_disc_res() argument
288 hndl, num_seps, num_snk, num_src); in bta_av_co_audio_disc_res()
291 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_disc_res()
398 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_audio_sink_getconfig() argument
413 hndl, codec_type, seid); in bta_av_audio_sink_getconfig()
418 p_peer = bta_av_co_get_peer(hndl); in bta_av_audio_sink_getconfig()
514 UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_getconfig() argument
[all …]
Dbtc_av.c321 btc_av_cb.bta_handle = ((tBTA_AV *)p_data)->registr.hndl; in btc_av_state_idle_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c305 start.hndl = p_scb->hndl; in notify_start_failed()
534 APPL_TRACE_VERBOSE("hndl:x%x", p_scb->hndl); in bta_av_proc_stream_evt()
535 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_proc_stream_evt()
817 start.hndl = p_scb->hndl; in bta_av_role_res()
835 av_open.hndl = p_scb->hndl; in bta_av_role_res()
868 p_scb->p_cos->delay(p_scb->hndl, p_data->str_msg.msg.delay_rpt_cmd.delay); in bta_av_delay_co()
962 bta_av_cb.handle = p_scb->hndl; in bta_av_do_disc_a2d()
1016 msg.hdr.layer_specific = p_scb->hndl; in bta_av_cleanup()
1073 open.hndl = p_scb->hndl; in bta_av_open_fail_sdp()
1121 setconfig.hndl = p_scb->hndl; /* we may not need this */ in bta_av_config_ind()
[all …]
Dbta_av_api.c142 void BTA_AvDeregister(tBTA_AV_HNDL hndl) in BTA_AvDeregister() argument
147 p_buf->layer_specific = hndl; in BTA_AvDeregister()
299 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig() argument
305 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig()
327 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) in BTA_AvProtectReq() argument
332 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq()
357 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) in BTA_AvProtectRsp() argument
362 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectRsp()
Dbta_av_main.c229 p_buf->layer_specific = p_scb->hndl; in bta_av_timer_cback()
310 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local
312 UINT8 idx = (hndl & BTA_AV_HNDL_MSK); in bta_av_hndl_to_scb()
362 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
423 APPL_TRACE_DEBUG("scb hndl x%x, role x%x\n", p_scb->hndl, p_scb->role); in bta_av_conn_cback()
534 registr.hndl = p_scb->hndl; in bta_av_api_register()
892 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x\n", id, app_id, p_scb->hndl); in bta_av_sys_rs_cback()
900 p_buf->hdr.layer_specific = p_scb->hndl; in bta_av_sys_rs_cback()
924 bta_av_cb.rs_idx, p_scb->hndl, p_scb->q_tag); in bta_av_sys_rs_cback()
1054 __func__, p_scb->hndl, role, bta_av_cb.conn_audio, bits, in bta_av_link_role_ok()
[all …]
Dbta_av_ci.c72 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig() argument
78 p_buf->hdr.layer_specific = hndl; in bta_av_ci_setconfig()
Dbta_av_ssm.c423 … p_scb->hndl, event, bta_av_evt_code(event), p_scb->state, bta_av_sst_code(p_scb->state)); in bta_av_ssm_execute()
436 … APPL_TRACE_VERBOSE("AV Sevent(0x%x)=%d(%s)", p_scb->hndl, event, bta_av_action_code(action)); in bta_av_ssm_execute()
Dbta_av_act.c469 disc = p_scb->hndl; in bta_av_rc_opened()
1826 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/include/
Dbtc_av_co.h188 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl);
211 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/ar/include/
Dbta_ar_int.h49 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h272 tBTA_AV_HNDL hndl; member
429 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member