#include <include/bluetooth/mesh/time_cli.h>
Get the Time Zone status of a Time Server.
- Parameters
-
[in] | cli | Client model to send on. |
[in] | ctx | Message context, or NULL to use the configured publish parameters. |
[out] | rsp | Status response buffer, returning the Server's current Time Zone Offset new state, or NULL to keep from blocking. |
- Return values
-
0 | Successfully sent the message and populated the rsp buffer. |
-EALREADY | A blocking request is already in progress. |
-EADDRNOTAVAIL | A message context was not provided and publishing is not configured. |
-EAGAIN | The device has not been provisioned. |
-ETIMEDOUT | The request timed out without a response. |