Tool/software:
Hi,
I understand we can enable notification under : case GATT_CLIENT_CHAR_CFG_UUID:" .in write callback
If i have multiple notification then each notification will go through this same case statement and how to send
notification value to corresponding attribute when notification is enabled.
Ex:: I have notification for ATTR1 & ATTR2, when i enable ATTR2 notification, its value should be sent to ATTR2.
how to programatically identify which notification was enabled?