I'm writing the client-side code for the Nordic DFU service and according to the spec, the DFU packet characteristic uses Write Without Request. Are there any examples of client code for services that use Write Without Request? Particularly, I'm having trouble understanding what the SDK documentation means when it says that WWR "consume[s] an application buffer" while Write (without response) does not.
developer.nordicsemi.com/.../a01052.html
For reference, I'm using SoftDevice S110 with SDK v8.0.0
Thanks.