Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp_codec_sbc.c42 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_32000) { in bt_a2dp_sbc_get_sampling_frequency()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h30 #define A2DP_SBC_SAMP_FREQ_32000 BIT(6) macro
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c225 if (0U != (codec_ie[0U] & A2DP_SBC_SAMP_FREQ_32000)) { in shell_a2dp_print_capabilities()