Open pin-zephyr opened 1 month ago
Hi @pin-zephyr! We appreciate you submitting your first issue for our open-source project. 🌟
Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙
Describe the issue:
store_base_info in bap_broadcast_sink depends on BT_BAP_BROADCAST_SNK_SUBGROUP_COUNT. BT_BAP_BROADCAST_SNK_SUBGROUP_COUNT depends on BT_ISO_MAX_CHAN since there must be at least 1 BIS per subgroup.
Therefore, it is not possible to store all the subgroups if the number of subgroups is bigger than BT_ISO_MAX_CHAN
store_base_info should be refactored so that it does not depend on BT_BAP_BROADCAST_SNK_SUBGROUP_COUNT.