Searched refs:A2DP_SBC_SAMP_FREQ_44100 (Results 1 – 4 of 4) sorted by relevance
44 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_44100) { in bt_a2dp_sbc_get_sampling_frequency()
31 #define A2DP_SBC_SAMP_FREQ_44100 BIT(5) 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 | \
228 if (0U != (codec_ie[0U] & A2DP_SBC_SAMP_FREQ_44100)) { in shell_a2dp_print_capabilities()606 BT_A2DP_SBC_EP_CFG_DEFAULT(sbc_cfg_default, A2DP_SBC_SAMP_FREQ_44100);