Hi
In nordic connect sdk (2.6.0) a notfication on a peripheral device is send by bt_gatt_notify_cb. The second parameter of this function (bt_gatt_notify_params) is a struct which may be used. It contains a callback funtion which is called after the notification has been sent over the air "AND" acknowledged by the central. When is this function called?
A: After the acknowledgement by the central right away
B: at the end of connection event for all notfications at once?
C: at the end of connection event once for every notfications?
Thanks
