Android-DFU-Library icon indicating copy to clipboard operation
Android-DFU-Library copied to clipboard

DFU PAIRED Device

Open sivapraka opened this issue 6 years ago • 3 comments

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

sivapraka avatar Feb 07 '19 09:02 sivapraka

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 avatar Feb 07 '19 10:02 philips77

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

philips77 avatar Feb 21 '19 11:02 philips77

@sivapraka Maybe similar issue and my solution: #173

beegee-tokyo avatar Mar 26 '19 07:03 beegee-tokyo