Hi,
I understand the on_cccd_changed() will be called when CCCD changed. But I can't figure out which attribute it's associated with. I try to print out the UUID which is always 2902.
The code below is from the NCS BLE tutorial.
I have 4 characteristics with notification. I need to know which one was enabled when on_cccd_changed() was called.
Thanks!