Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_av_api.h46 #define BTC_AV_CHNL_MSK BTA_AV_CHNL_MSK
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c514 disc = p_data->rc_conn_chg.handle | BTA_AV_CHNL_MSK; in bta_av_rc_opened()
1580 if ((p_cb->disc & BTA_AV_CHNL_MSK) == BTA_AV_CHNL_MSK) { in bta_av_rc_disc_done()
1582 rc_handle = p_cb->disc & (~BTA_AV_CHNL_MSK); in bta_av_rc_disc_done()
1763 if ((disc & BTA_AV_CHNL_MSK) == BTA_AV_CHNL_MSK) { in bta_av_rc_disc()
1765 rc_handle = disc & (~BTA_AV_CHNL_MSK); in bta_av_rc_disc()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h73 #define BTA_AV_CHNL_MSK 0xC0 macro
/hal_espressif-latest/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)