This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU Control Point - Set Packet Receipt Notification

So im trying to interact with a nrf52 chip. I am using iOS corebluetooth to communicate with the device and when the device sends a long data packet (~400 bytes) iOS drops some packets and loses them, I wanted to changed the number pf packet receipt notification on the chip so that I can lower it down to maybe 100? I found some documentation Here and thought if i used the nRFConnect iOS app to connect to the bluetooth device and the DFU characteristic and write the command it would change the packet receipt notification, is my understanding of the DFU commands completely wrong? If so how do I change this packet receipt notification

Related