Home
last modified time | relevance | path

Searched refs:alloc_mthd (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_sbc.c441 if (peer_cie.alloc_mthd & p_pref->alloc_mthd) { in bta_av_sbc_cfg_for_cap()
442 peer_cie.alloc_mthd = p_pref->alloc_mthd; in bta_av_sbc_cfg_for_cap()
444 … APPL_TRACE_ERROR("bta_av_sbc_cfg_for_cap: alloc_mthd(0x%02X) not supported", p_pref->alloc_mthd); in bta_av_sbc_cfg_for_cap()
492 … APPL_TRACE_DEBUG(" ALLOC_MTHD peer: 0%x, capability 0%x", cfg_cie.alloc_mthd, p_cap->alloc_mthd); in bta_av_sbc_cfg_matches_cap()
513 else if ((cfg_cie.alloc_mthd & p_cap->alloc_mthd) == 0) { in bta_av_sbc_cfg_matches_cap()
569 else if ((cfg_cie.alloc_mthd & p_cap->alloc_mthd) == 0) { in bta_av_sbc_cfg_in_cap()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/a2dp/
Da2d_sbc.c63 (p_ie->alloc_mthd & ~A2D_SBC_IE_ALLOC_MD_MSK) || in A2D_BldSbcInfo()
80 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_mthd; in A2D_BldSbcInfo()
126 p_ie->alloc_mthd = *p_info & A2D_SBC_IE_ALLOC_MD_MSK; in A2D_ParsSbcInfo()
153 if (A2D_BitsSet(p_ie->alloc_mthd) != A2D_SET_ONE_BIT) { in A2D_ParsSbcInfo()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Da2d_sbc.h82 UINT8 alloc_mthd; /* Allocation method */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c497 switch (sbc_cie.alloc_mthd) { in btc_a2dp_sink_handle_decoder_reset()
499 APPL_TRACE_DEBUG("\talloc_mthd:%d (SNR)\n", sbc_cie.alloc_mthd); in btc_a2dp_sink_handle_decoder_reset()
502 APPL_TRACE_DEBUG("\talloc_mthd:%d (Loudness)\n", sbc_cie.alloc_mthd); in btc_a2dp_sink_handle_decoder_reset()
Dbta_av_co.c374 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()
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_source.c664 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btc_a2dp_source_encoder_init()