Home
last modified time | relevance | path

Searched refs:A2D_SBC_IE_ALLOC_MD_L (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Da2d_sbc.h61 #define A2D_SBC_IE_ALLOC_MD_L 0x01 /* b0: loundess */ macro
/external/bluetooth/bluedroid/btif/co/
Dbta_av_co.c76 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
92 A2D_SBC_IE_ALLOC_MD_L, /* alloc_mthd */
/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c608 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btif_a2dp_encoder_init()
2316 else if (sbc_cie.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) in dump_codec_info()