Dear forum and Nordic Support team,
I just want to confirm that there is only one Broadcaster (Advertising) role possible at given time on Nordic Soft Devices (e.g. S132 and S140) even if multiple Peripheral roles "slots" are provisioned from APP firmware. As per this post: https://devzone.nordicsemi.com/f/nordic-q-a/38211/multiple-advertising-sets-error---nrf52832
The background:
- I would like to advertise multiple packet formats from the single device at the same time.
- I'm aware that this is possible through time-slot API (e.g. if one or more of these packets are non-connectable) or through altering ADV/SCAN_RSP data by calling standard SD API functions during the run-time (e.g. at radio notification event before/after each broadcasting or connection event).
- However would this work in case we want to use BLE 4.x "legacy" ADV_IND packets on one "virtual" broadcaster and BLE 5.x "extended" ADV_EXT_IND followed by AUX_ADV_IND on actual auxiliary advertising channel (with using potentially secondary PHY configuration) on second "virtual" broadcaster?
Many thanks!