|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
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. | |
CTS Local Time Information.
| enum bt_cts_dst_offset bt_cts_local_time::dst_offset |
Represents the daylight saving time offset in 15-minute increments.
| 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.