Searched refs:A2DP_SBC_SAMP_FREQ_48000 (Results 1 – 4 of 4) sorted by relevance
46 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_48000) { in bt_a2dp_sbc_get_sampling_frequency()
32 #define A2DP_SBC_SAMP_FREQ_48000 BIT(4) macro
131 .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 | \
231 if (0U != (codec_ie[0U] & A2DP_SBC_SAMP_FREQ_48000)) { in shell_a2dp_print_capabilities()