Hi,
My service (nRF52832, peripheral, SDK14.2) works in a control point / response manner:
- Command code is written by central to 'Command' char (F901). On peripheral it is handled by 'on_write' handler
- Handler notifies the response to the central on the 'Response' char (F902)
- Handler acknowledges the command on the 'Command' char (F901)
in nRF connect log (bottom half of the screen) I can see the transactions described above but for some reason in the main window F902 is not updated with the 'Response' value...
Is it a problem with nRF_Connect or my code? Can I respond with Notification(s) while processing Write transaction?
Attached is a screen cap, (worth 1000 words :)
Thanks