Next DST Change Service API. More...
#include "gr_includes.h"
#include "ble_prf_types.h"
#include "custom_config.h"
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Classes | |
struct | ndcs_time_dst_t |
Time with DST. More... | |
Macros | |
#define | NDCS_CONNECTION_MAX 10 |
Maximum number of NDCS connections. More... | |
#define | NDCS_TIME_WITH_DST_VAL_LEN 8 |
Length of Time with DST value. More... | |
#define | NDCS_CHAR_FULL 0x07 |
Bit mask for mandatory characteristic in NDCS. More... | |
Enumerations | |
enum | ndcs_dst_offset_t { NDCS_DST_OFFSET_STANDAR_TIME, NDCS_DST_OFFSET_HALF_HOUR, NDCS_DST_OFFSET_DAYLIGHT_TIME, NDCS_DST_OFFSET_DOUB_DAYLIGHT_TIME } |
Daylight Saving Time Offset. More... | |
Functions | |
sdk_err_t | ndcs_service_init (uint8_t char_mask) |
Initialize an NDCS instance and add in the DB. More... | |
void | ndcs_day_time_update (prf_date_time_t *p_day_time) |
Update day time. More... | |
void | ndcs_dst_offset_update (ndcs_dst_offset_t dst_offset) |
Update DST offset. More... | |
Next DST Change Service API.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of GOODIX nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file ndcs.h.