Basic STM32WB Notification question?
Good morning.
I am using a NUCLEO-WB55 board and nRF Connect to prototype a design. I am trying to understand notifications. Using the attached picture I am hoping someone can answer my question. The characteristic a1725a01.... has read, notification and indication properties on it. I have enabled notifications. Characteristic a1725a02 has read and write properties on it. Both characteristics (a01 and a02) read the same variable. If I write to characteristic a02 and then read characteristic a02 I get what I wrote (as one would expect). The question I have is:
With a01 notifications enabled should I expect that a01 automatically updates with the value (recall a01 and a02 point to the same variable) or do I have to intentionally read a01 to get the value to update?
Thank you.
