Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Da2d_sbc.h61 #define A2D_SBC_IE_ALLOC_MD_L 0x01 /* b0: loundess */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c77 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
88 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
103 A2D_SBC_IE_ALLOC_MD_L, /* alloc_mthd */
374 if (src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_L) { in bta_av_build_src_cfg()
375 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_L; in bta_av_build_src_cfg()
Dbtc_a2dp_sink.c506 case A2D_SBC_IE_ALLOC_MD_L: in btc_a2dp_sink_handle_decoder_reset()
Dbtc_a2dp_source.c656 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btc_a2dp_source_encoder_init()