Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp_codec_sbc.c44 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_44100) { in bt_a2dp_sbc_get_sampling_frequency()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h31 #define A2DP_SBC_SAMP_FREQ_44100 BIT(5) macro
Da2dp.h129 {.len = BT_A2DP_SBC_IE_LENGTH, .codec_ie = {A2DP_SBC_SAMP_FREQ_44100 |\
146 {.len = BT_A2DP_SBC_IE_LENGTH, .codec_ie = {A2DP_SBC_SAMP_FREQ_44100 | \
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Da2dp.c228 if (0U != (codec_ie[0U] & A2DP_SBC_SAMP_FREQ_44100)) { in shell_a2dp_print_capabilities()
552 BT_A2DP_SBC_EP_CFG_DEFAULT(sbc_cfg_default, A2DP_SBC_SAMP_FREQ_44100);