prf_date_time_t Struct Reference

The date and time structure. The packed size is 7 bytes. More...

#include <ble_prf_types.h>

Data Fields

uint16_t year
 
uint8_t month
 
uint8_t day
 
uint8_t hour
 
uint8_t min
 
uint8_t sec
 

Detailed Description

The date and time structure. The packed size is 7 bytes.

Field Documentation

◆ day

uint8_t prf_date_time_t::day

day time element.

◆ hour

uint8_t prf_date_time_t::hour

hour time element.

◆ min

uint8_t prf_date_time_t::min

minute time element.

◆ month

uint8_t prf_date_time_t::month

month time element.

◆ sec

uint8_t prf_date_time_t::sec

second time element.

◆ year

uint16_t prf_date_time_t::year

year time element.


The documentation for this struct was generated from the following file: