Hi all,
Is it possible to get a callback from the softdevice, when a characteristic is changed? If so can you guide me in the right direction - documentation / examples? :)
Thanks.
Hi all,
Is it possible to get a callback from the softdevice, when a characteristic is changed? If so can you guide me in the right direction - documentation / examples? :)
Thanks.
By changed, you mean that someone calls write on it? you can catch write event.
There's the BLE_GATTS_EVT_WRITE as documented here, is that what you're looking for?
Spot on! Thanks.