Home
last modified time | relevance | path

Searched refs:BTA_AV_CHNL_MSK (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_av_api.h54 #define BTC_AV_CHNL_MSK BTA_AV_CHNL_MSK
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c517 disc = p_data->rc_conn_chg.handle | BTA_AV_CHNL_MSK; in bta_av_rc_opened()
1586 if ((p_cb->disc & BTA_AV_CHNL_MSK) == BTA_AV_CHNL_MSK) { in bta_av_rc_disc_done()
1588 rc_handle = p_cb->disc & (~BTA_AV_CHNL_MSK); in bta_av_rc_disc_done()
1766 if ((disc & BTA_AV_CHNL_MSK) == BTA_AV_CHNL_MSK) { in bta_av_rc_disc()
1768 rc_handle = disc & (~BTA_AV_CHNL_MSK); in bta_av_rc_disc()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h70 #define BTA_AV_CHNL_MSK 0xC0 macro
/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)