HomeSort by relevance Sort by last modified time
    Searched refs:A2D_BitsSet (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/a2dp/
a2d_sbc.c 316 if(A2D_BitsSet(p_ie->samp_freq) != A2D_SET_ONE_BIT)
318 if(A2D_BitsSet(p_ie->ch_mode) != A2D_SET_ONE_BIT)
320 if(A2D_BitsSet(p_ie->block_len) != A2D_SET_ONE_BIT)
322 if(A2D_BitsSet(p_ie->num_subbands) != A2D_SET_ONE_BIT)
324 if(A2D_BitsSet(p_ie->alloc_mthd) != A2D_SET_ONE_BIT)
a2d_api.c 350 ** Function A2D_BitsSet
357 UINT8 A2D_BitsSet(UINT8 num)
  /external/bluetooth/bluedroid/stack/include/
a2d_api.h 90 /* the return values from A2D_BitsSet() */
231 ** Function A2D_BitsSet
238 A2D_API extern UINT8 A2D_BitsSet(UINT8 num);
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c     [all...]

Completed in 72 milliseconds