Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp.c214 struct bt_a2dp_codec_sbc_params *sbc_set; in a2dp_set_config_ind() local
222 sbc_set = (struct bt_a2dp_codec_sbc_params *)codec_info_element; in a2dp_set_config_ind()
224 if (((BT_A2DP_SBC_SAMP_FREQ(sbc_set) & BT_A2DP_SBC_SAMP_FREQ(sbc)) == 0) || in a2dp_set_config_ind()
225 ((BT_A2DP_SBC_CHAN_MODE(sbc_set) & BT_A2DP_SBC_CHAN_MODE(sbc)) == 0) || in a2dp_set_config_ind()
226 ((BT_A2DP_SBC_BLK_LEN(sbc_set) & BT_A2DP_SBC_BLK_LEN(sbc)) == 0) || in a2dp_set_config_ind()
227 ((BT_A2DP_SBC_SUB_BAND(sbc_set) & BT_A2DP_SBC_SUB_BAND(sbc)) == 0) || in a2dp_set_config_ind()
228 ((BT_A2DP_SBC_ALLOC_MTHD(sbc_set) & BT_A2DP_SBC_ALLOC_MTHD(sbc)) == 0)) { in a2dp_set_config_ind()