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

◆ tai_utc_delta_status

void(*const bt_mesh_time_cli_handlers::tai_utc_delta_status) (struct bt_mesh_time_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_time_tai_utc_delta_status *status)

TAI-UTC Delta status message handler.

Called when the client receives a TAI-UTC Delta Status message, either as a result of calling bt_mesh_time_cli_tai_utc_delta_get, bt_mesh_time_cli_tai_utc_delta_set, or as an unsolicited message.

Note
This handler is optional.
Parameters
[in]cliClient that received the status message.
[in]ctxContext of the incoming message.
[in]statusTAI-UTC Delta Status contained in the message.