nRF Connect SDK API 2.8.99
|
typedef void(* bt_ams_entity_update_notify_cb) (struct bt_ams_client *ams_c, const struct bt_ams_entity_update_notif *notif, int err) |
#include <include/bluetooth/services/ams_client.h>
Entity Update notification callback function.
[in] | ams_c | AMS client instance. |
[in] | notif | Notification data. |
[in] | err | 0 if the notification is valid. Otherwise, contains a (negative) error code. |