![]() |
nRF Connect SDK API 3.3.99
|
| typedef void(* bt_cts_notify_cb) (struct bt_cts_client *cts_c, struct bt_cts_current_time *current_time) |
#include <include/bluetooth/services/cts_client.h>
Value notification callback.
This function is called every time the server sends a notification for a changed value.
| cts_c | Current Time Service client structure. |
| current_time | The notified current time value. |