Searched defs:bt_cts_time_format (Results 1 – 1 of 1) sorted by relevance
44 struct bt_cts_time_format { struct45 uint16_t year;46 uint8_t mon;47 uint8_t mday;48 uint8_t hours;49 uint8_t min;50 uint8_t sec;74 int (*cts_time_write)(struct bt_cts_time_format *cts_time); argument