Hello,
When do the notifications get sent exactly? Does it get sent if the Central calls for a write to a characteristic value in the Peripheral?
What I mean is, say the Central calls for a value update to a characteristic value. The callback for write is called at the peripheral side. But, what if the write callback does not actually change the value of the characteristic. Instead it just does, something like a print of the new value sent from the central. In such a case, would the notification be sent?
I am talking about a case where the characteristic is something like a command and a write is not actually meant to change the value, rather it is meant to use the sent value(command) to do some processing.
Regards,
Shyam