Home
last modified time | relevance | path

Searched refs:cts_time (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h74 int (*cts_time_write)(struct bt_cts_time_format *cts_time);
88 int (*fill_current_cts_time)(struct bt_cts_time_format *cts_time);
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c365 int bt_cts_cts_time_write(struct bt_cts_time_format *cts_time) in bt_cts_cts_time_write() argument
371 err = bt_cts_time_to_unix_ms(cts_time, &unix_ms); in bt_cts_cts_time_write()
384 int bt_cts_fill_current_cts_time(struct bt_cts_time_format *cts_time) in bt_cts_fill_current_cts_time() argument
389 return bt_cts_time_from_unix_ms(cts_time, unix_ms); in bt_cts_fill_current_cts_time()