Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c180 struct bt_a2dp_codec_sbc_params *sbc_set; in a2dp_process_config_ind() local
188 sbc_set = (struct bt_a2dp_codec_sbc_params *)codec_info_element; in a2dp_process_config_ind()
190 if (((BT_A2DP_SBC_SAMP_FREQ(sbc_set) & BT_A2DP_SBC_SAMP_FREQ(sbc)) == 0) || in a2dp_process_config_ind()
191 ((BT_A2DP_SBC_CHAN_MODE(sbc_set) & BT_A2DP_SBC_CHAN_MODE(sbc)) == 0) || in a2dp_process_config_ind()
192 ((BT_A2DP_SBC_BLK_LEN(sbc_set) & BT_A2DP_SBC_BLK_LEN(sbc)) == 0) || in a2dp_process_config_ind()
193 ((BT_A2DP_SBC_SUB_BAND(sbc_set) & BT_A2DP_SBC_SUB_BAND(sbc)) == 0) || in a2dp_process_config_ind()
194 ((BT_A2DP_SBC_ALLOC_MTHD(sbc_set) & BT_A2DP_SBC_ALLOC_MTHD(sbc)) == 0)) { in a2dp_process_config_ind()