Searched defs:hndl (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | bta_av_co.c | 56 #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() 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() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_api.c | 141 void BTA_AvDeregister(tBTA_AV_HNDL hndl) in BTA_AvDeregister() 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()
|
D | bta_av_ci.c | 72 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig()
|
D | bta_av_main.c | 314 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_av_api.h | 324 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member 338 tBTA_AV_HNDL hndl; member 349 tBTA_AV_HNDL hndl; member 356 tBTA_AV_HNDL hndl; member 365 tBTA_AV_HNDL hndl; member 373 tBTA_AV_HNDL hndl; member 380 tBTA_AV_HNDL hndl; member 388 tBTA_AV_HNDL hndl; member 470 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/ar/include/ |
D | bta_ar_int.h | 49 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/ |
D | bta_av_int.h | 276 tBTA_AV_HNDL hndl; member 445 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
|