Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_av_api.h61 #define BTIF_AV_CHNL_MSK BTA_AV_CHNL_MSK
/external/bluetooth/bluedroid/bta/av/
Dbta_av_act.c557 disc = p_data->rc_conn_chg.handle|BTA_AV_CHNL_MSK; in bta_av_rc_opened()
1708 if ((p_cb->disc & BTA_AV_CHNL_MSK) == BTA_AV_CHNL_MSK) in bta_av_rc_disc_done()
1711 rc_handle = p_cb->disc & (~BTA_AV_CHNL_MSK); in bta_av_rc_disc_done()
1902 if ((disc & BTA_AV_CHNL_MSK) == BTA_AV_CHNL_MSK) in bta_av_rc_disc()
1905 rc_handle = disc & (~BTA_AV_CHNL_MSK); in bta_av_rc_disc()
/external/bluetooth/bluedroid/bta/include/
Dbta_av_api.h74 #define BTA_AV_CHNL_MSK 0xC0 macro
/external/bluetooth/bluedroid/btif/co/
Dbta_av_co.c55 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1)