Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Da2d_sbc.h60 #define A2D_SBC_IE_ALLOC_MD_S 0x02 /* b1: SNR */ 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 */
376 } else if (src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_S) { in bta_av_build_src_cfg()
377 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_S; in bta_av_build_src_cfg()
Dbtc_a2dp_sink.c503 case A2D_SBC_IE_ALLOC_MD_S: in btc_a2dp_sink_handle_decoder_reset()