Home
last modified time | relevance | path

Searched refs:BT_A2DP_SBC_SAMP_FREQ (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Da2dp_codec_sbc.h54 #define BT_A2DP_SBC_SAMP_FREQ(cap) ((cap->config[0] >> 4) & 0x0f) macro
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp.c224 if (((BT_A2DP_SBC_SAMP_FREQ(sbc_set) & BT_A2DP_SBC_SAMP_FREQ(sbc)) == 0) || in a2dp_set_config_ind()