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

◆ bt_cts_read_cb

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.

Parameters
cts_cCurrent Time Service client structure.
current_timeThe current time value that was read.
errError code.