Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTA upgrade problem #559

Closed
18254819000 opened this issue Apr 25, 2024 · 1 comment
Closed

OTA upgrade problem #559

18254819000 opened this issue Apr 25, 2024 · 1 comment
Labels

Comments

@18254819000
Copy link

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

@philips77
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants