nRF Connect SDK API 2.8.99
|
typedef void(* bt_ancs_ns_notif_cb) (struct bt_ancs_client *ancs_c, int err, const struct bt_ancs_evt_notif *notif) |
#include <include/bluetooth/services/ancs_client.h>
Notification Source notification callback function.
[in] | ancs_c | ANCS client instance. |
[in] | err | 0 if the notification is valid. Otherwise, contains a (negative) error code. |
[in] | notif | iOS notification structure. |