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

  /external/bluetooth/bluedroid/stack/include/
a2d_sbc.h 61 #define A2D_SBC_IE_ALLOC_MD_L 0x01 /* b0: loundess */
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 77 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
89 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
105 A2D_SBC_IE_ALLOC_MD_L, /* alloc_mthd */
434 if (src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_L)
435 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_L;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 686 msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR;
    [all...]

Completed in 60 milliseconds