NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.98k stars 413 forks source link

OTA upgrade problem #559

Closed 18254819000 closed 2 months ago

18254819000 commented 4 months ago

Does it support OTA upgrade for multiple Bluetooth devices at the same time??

philips77 commented 4 months ago

Hello, This library does not provide the functionality of upgrading devices, just the base GATT connectivity. It supports multiple simultaneous connections. If you're asking reg our DFU (OTA upgrade) libraries, the old one (Android DFU Library) is built on an IntentService, which will queue invocations and run one by one. On the other hand, the DFU library for nRF Connect SDK and Zephyr based devices - nRF Connect Device Manager lib - should allow simultaneous upgrades, as it just provides the transport, without any service or work manager.