Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cts_local_time Struct Reference

CTS Local Time Information. More...

#include <zephyr/bluetooth/services/cts.h>

Data Fields

int8_t timezone_offset
 Represents the offset from UTC in number in 15-minute increments.
enum bt_cts_dst_offset dst_offset
 Represents the daylight saving time offset in 15-minute increments.

Detailed Description

CTS Local Time Information.

Field Documentation

◆ dst_offset

enum bt_cts_dst_offset bt_cts_local_time::dst_offset

Represents the daylight saving time offset in 15-minute increments.

◆ timezone_offset

int8_t bt_cts_local_time::timezone_offset

Represents the offset from UTC in number in 15-minute increments.

Valid range from -48 (BT_CTS_TIMEZONE_MIN) to +56 (BT_CTS_TIMEZONE_MAX). A value of -128 (BT_CTS_TIMEZONE_DEFAULT_VALUE) means that the timezone offset is not known. All other values are Reserved for Future Use. The offset defined in this characteristic is constant regardless of whether daylight savings is in effect.


The documentation for this struct was generated from the following file:
  • zephyr/bluetooth/services/cts.h