BROADCAST_PROGRESS
The broadcast message contains the following extras:
- EXTRA_DATA - the progress value (percentage 0-100) or:
- EXTRA_DEVICE_ADDRESS - the target device address
- EXTRA_PART_CURRENT - the number of currently transmitted part
- EXTRA_PARTS_TOTAL - total number of parts that are being sent, e.g. if a ZIP file contains a Soft Device, a Bootloader and an Application, the SoftDevice and Bootloader will be send together as one part. Then the service will disconnect and reconnect to the new Bootloader and send the application as part number two.
- EXTRA_SPEED_B_PER_MS - current speed in bytes/millisecond as float
- EXTRA_AVG_SPEED_B_PER_MS - the average transmission speed in bytes/millisecond as float