Home
last modified time | relevance | path

Searched refs:tBTA_AV_HNDL (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/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.h80 typedef UINT8 tBTA_AV_HNDL; typedef
263 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
265 typedef void (*tBTA_AV_CO_CFG_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
267 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
270 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
274 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl,
277 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
278 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info,…
279 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type);
282 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
[all …]
Dbta_av_ci.h66 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c141 void BTA_AvDeregister(tBTA_AV_HNDL hndl) in BTA_AvDeregister()
163 void BTA_AvOpen(BD_ADDR bd_addr, tBTA_AV_HNDL handle, BOOLEAN use_rc, tBTA_SEC sec_mask, in BTA_AvOpen()
189 void BTA_AvClose(tBTA_AV_HNDL handle) in BTA_AvClose()
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig()
327 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) in BTA_AvProtectReq()
357 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) in BTA_AvProtectRsp()
524 void BTA_AvOpenRc(tBTA_AV_HNDL handle) in BTA_AvOpenRc()
Dbta_av_ci.c72 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig()
Dbta_av_main.c314 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb()
366 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/include/
Dbtc_av_co.h181 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl);
204 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c194 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL 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()
330 void bta_av_co_audio_cfg_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk, in bta_av_co_audio_cfg_res()
450 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_audio_sink_getconfig()
566 UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_getconfig()
707 void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_setconfig()
844 void bta_av_co_audio_open(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, in bta_av_co_audio_open()
875 void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu) in bta_av_co_audio_close()
910 void bta_av_co_audio_start(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_start()
935 extern void bta_av_co_audio_stop(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type) in bta_av_co_audio_stop()
[all …]
Dbtc_av.c83 tBTA_AV_HNDL bta_handle;
/hal_espressif-latest/components/bt/host/bluedroid/bta/ar/include/
Dbta_ar_int.h49tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h276 tBTA_AV_HNDL hndl;
445 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
529 tBTA_AV_HNDL handle; /* the handle for SDP activity */