NordicSemiconductor / Android-DFU-Library

Device Firmware Update library and Android app
http://www.nordicsemi.com/dfu
BSD 3-Clause "New" or "Revised" License
771 stars 272 forks source link

DFU PAIRED Device #167

Open sivapraka opened 5 years ago

sivapraka commented 5 years ago

Device will be automatically disconnected when i tried to update the dfu to paired device.

philips77 commented 5 years ago

What exactly is the issue? Which SDK are you using the DFU from? Did you use setKeepBond(true) in the initiator? Does your app and bootloader support passing pairing information? The device disconnencts as it goes to DFU mode and then once again after the upload is complete.

philips77 commented 5 years ago

Also, are you using Buttonless service with Bond sharing (added in SDK 14 or 15, don't remember).

beegee-tokyo commented 5 years ago

@sivapraka Maybe similar issue and my solution: #173