How to send notification?
I am wanting to send a notification with a specified set of data (not necessarily the data in the characteristic).
Is this the correct way to send a notification? Things do not seem to be working correctly. The notification works when I use prf_server_send_event, but if I am updating the characterisitc rapidly, I get multiples of the same data, not individual notifications with unique data.