Home
last modified time | relevance | path

Searched refs:bt_cts_time_format (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h44 struct bt_cts_time_format { struct
74 int (*cts_time_write)(struct bt_cts_time_format *cts_time); argument
88 int (*fill_current_cts_time)(struct bt_cts_time_format *cts_time);
124 int bt_cts_time_to_unix_ms(const struct bt_cts_time_format *ct_time, int64_t *unix_ms);
137 int bt_cts_time_from_unix_ms(struct bt_cts_time_format *ct_time, int64_t unix_ms);
/Zephyr-latest/subsys/bluetooth/services/
Dcts.c37 int bt_cts_time_to_unix_ms(const struct bt_cts_time_format *ct_time, int64_t *unix_ms) in bt_cts_time_to_unix_ms()
65 int bt_cts_time_from_unix_ms(struct bt_cts_time_format *ct_time, int64_t unix_ms) in bt_cts_time_from_unix_ms()
122 struct bt_cts_time_format ct_time; in read_ct()
138 struct bt_cts_time_format ct_time; in write_ct()
186 struct bt_cts_time_format ct_time; in bt_cts_send_notification()
/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()
384 int bt_cts_fill_current_cts_time(struct bt_cts_time_format *cts_time) in bt_cts_fill_current_cts_time()