Go to the documentation of this file.
61 #include "custom_config.h"
69 #define NDCS_CONNECTION_MAX 10
70 #define NDCS_TIME_WITH_DST_VAL_LEN 8
71 #define NDCS_CHAR_FULL 0x07
@ NDCS_DST_OFFSET_DOUB_DAYLIGHT_TIME
Double Daylight Time (+2h).
ndcs_dst_offset_t dst_offset
Daylight Saving Time Offset.
void ndcs_dst_offset_update(ndcs_dst_offset_t dst_offset)
Update DST offset.
sdk_err_t ndcs_service_init(uint8_t char_mask)
Initialize an NDCS instance and add in the DB.
prf_date_time_t date_time
Date Time.
@ NDCS_DST_OFFSET_STANDAR_TIME
Standard Time.
Profile/Service Common Types.
uint16_t sdk_err_t
SDK API result type.
The date and time structure.
@ NDCS_DST_OFFSET_DAYLIGHT_TIME
Daylight Time (+1h).
void ndcs_day_time_update(prf_date_time_t *p_day_time)
Update day time.
@ NDCS_DST_OFFSET_HALF_HOUR
Half An Hour Daylight Time (+0.5h).
ndcs_dst_offset_t
Daylight Saving Time Offset.