Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp_codec_sbc.c46 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_48000) { in bt_a2dp_sbc_get_sampling_frequency()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h32 #define A2DP_SBC_SAMP_FREQ_48000 BIT(4) macro
Da2dp.h131 .codec_ie = {A2DP_SBC_SAMP_FREQ_44100 | A2DP_SBC_SAMP_FREQ_48000 | \
151 .codec_ie = {A2DP_SBC_SAMP_FREQ_44100 | A2DP_SBC_SAMP_FREQ_48000 | \
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c231 if (0U != (codec_ie[0U] & A2DP_SBC_SAMP_FREQ_48000)) { in shell_a2dp_print_capabilities()