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

◆ time_zone_status

void(*const bt_mesh_time_cli_handlers::time_zone_status) (struct bt_mesh_time_cli *cli, struct bt_mesh_msg_ctx *ctx, const struct bt_mesh_time_zone_status *status)

Time Zone status message handler.

Called when the client receives a Time Zone Status message, either as a result of calling bt_mesh_time_cli_zone_get, bt_mesh_time_cli_zone_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]statusTime Zone Status contained in the message.