Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/a2dp/
Da2d_sbc.c141 if (A2D_BitsSet(p_ie->samp_freq) != A2D_SET_ONE_BIT) { in A2D_ParsSbcInfo()
144 if (A2D_BitsSet(p_ie->ch_mode) != A2D_SET_ONE_BIT) { in A2D_ParsSbcInfo()
147 if (A2D_BitsSet(p_ie->block_len) != A2D_SET_ONE_BIT) { in A2D_ParsSbcInfo()
150 if (A2D_BitsSet(p_ie->num_subbands) != A2D_SET_ONE_BIT) { in A2D_ParsSbcInfo()
153 if (A2D_BitsSet(p_ie->alloc_mthd) != A2D_SET_ONE_BIT) { in A2D_ParsSbcInfo()
Da2d_api.c361 res = ((count == 0) ? A2D_SET_ONE_BIT : A2D_SET_MULTL_BIT); in A2D_BitsSet()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Da2d_api.h92 #define A2D_SET_ONE_BIT 1 /* one and only one bit is set */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c2287 if (!bta_av_link_role_ok(p_scb, A2D_SET_ONE_BIT)) { in bta_av_start_ok()
2882 if (!bta_av_link_role_ok(p_scb, A2D_SET_ONE_BIT)) { in bta_av_open_rc()