![]() |
nRF Connect SDK API 3.3.99
|
| typedef void(* bt_cts_read_cb) (struct bt_cts_client *cts_c, struct bt_cts_current_time *current_time, int err) |
#include <include/bluetooth/services/cts_client.h>
Read complete callback.
This function is called when the read operation finishes.
| cts_c | Current Time Service client structure. |
| current_time | The current time value that was read. |
| err | Error code. |