nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_ancs_ns_notif_cb

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.

Parameters
[in]ancs_cANCS client instance.
[in]err0 if the notification is valid. Otherwise, contains a (negative) error code.
[in]notifiOS notification structure.