Lines Matching refs: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() argument
198 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl); in bta_av_co_get_peer()
200 APPL_TRACE_DEBUG("%s: handle = %d index = %d", __func__, hndl, index); 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() argument
247 hndl, num_seps, num_sink, num_src); in bta_av_co_audio_disc_res()
250 p_peer = bta_av_co_get_peer(hndl); 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() argument
293 APPL_TRACE_DEBUG("%s: handle:0x%x codec:%s seid:%d", __func__, hndl, in bta_av_audio_sink_getconfig()
300 p_peer = bta_av_co_get_peer(hndl); 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() argument
400 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_getconfig()
407 return bta_av_audio_sink_getconfig(hndl, p_codec_info, p_sep_info_idx, seid, in bta_av_co_audio_getconfig()
410 APPL_TRACE_DEBUG("%s: handle:0x%x codec:%s seid:%d", __func__, hndl, in bta_av_co_audio_getconfig()
470 APPL_TRACE_DEBUG("%s: call BTA_AvReconfig(x%x)", __func__, hndl); in bta_av_co_audio_getconfig()
471 BTA_AvReconfig(hndl, true, p_sink->sep_info_idx, p_peer->codec_config, 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() argument
511 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_setconfig()
515 bta_av_ci_setconfig(hndl, A2DP_BUSY, AVDT_ASC_CODEC, 0, NULL, false, in bta_av_co_audio_setconfig()
587 bta_av_ci_setconfig(hndl, status, category, 0, NULL, false, avdt_handle); in bta_av_co_audio_setconfig()
596 bta_av_ci_setconfig(hndl, A2DP_SUCCESS, A2DP_SUCCESS, 0, NULL, 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() argument
614 APPL_TRACE_DEBUG("%s: handle: %d mtu:%d", __func__, hndl, mtu); in bta_av_co_audio_open()
617 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_open()
637 void bta_av_co_audio_close(tBTA_AV_HNDL hndl) { in bta_av_co_audio_close() argument
643 p_peer = bta_av_co_get_peer(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() argument
680 void bta_av_co_audio_stop(UNUSED_ATTR tBTA_AV_HNDL hndl) { in bta_av_co_audio_stop() argument
744 void bta_av_co_audio_drop(tBTA_AV_HNDL hndl) { in bta_av_co_audio_drop() argument
745 APPL_TRACE_ERROR("%s: dropped audio packet on handle 0x%x", __func__, 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() argument
761 APPL_TRACE_ERROR("%s: handle: x%x, delay:0x%x", __func__, hndl, 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() argument
767 APPL_TRACE_DEBUG("%s: handle: %d mtu: %d", __func__, hndl, mtu); in bta_av_co_audio_update_mtu()
770 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_update_mtu()