Lines Matching defs:hndl
50 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) argument
195 static tBTA_AV_CO_PEER* bta_av_co_get_peer(tBTA_AV_HNDL hndl) { in bta_av_co_get_peer()
241 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, uint8_t num_seps, in bta_av_co_audio_disc_res()
288 tBTA_AV_HNDL hndl, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, in bta_av_audio_sink_getconfig()
391 tA2DP_STATUS bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, uint8_t* p_codec_info, in bta_av_co_audio_getconfig()
493 void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, const uint8_t* p_codec_info, in bta_av_co_audio_setconfig()
611 void bta_av_co_audio_open(tBTA_AV_HNDL hndl, uint16_t mtu) { in bta_av_co_audio_open()
637 void bta_av_co_audio_close(tBTA_AV_HNDL hndl) { in bta_av_co_audio_close()
663 void bta_av_co_audio_start(UNUSED_ATTR tBTA_AV_HNDL hndl, in bta_av_co_audio_start()
680 void bta_av_co_audio_stop(UNUSED_ATTR tBTA_AV_HNDL hndl) { in bta_av_co_audio_stop()
744 void bta_av_co_audio_drop(tBTA_AV_HNDL hndl) { in bta_av_co_audio_drop()
760 void bta_av_co_audio_delay(tBTA_AV_HNDL hndl, uint16_t delay) { in bta_av_co_audio_delay()
764 void bta_av_co_audio_update_mtu(tBTA_AV_HNDL hndl, uint16_t mtu) { in bta_av_co_audio_update_mtu()