Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/
Dcts.c124 err = cts_cb->fill_current_cts_time(&ct_time); in read_ct()
174 __ASSERT(cb->fill_current_cts_time == NULL, in bt_cts_init()
176 if (!cb || !cb->fill_current_cts_time) { in bt_cts_init()
188 err = cts_cb->fill_current_cts_time(&ct_time); in bt_cts_send_notification()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h88 int (*fill_current_cts_time)(struct bt_cts_time_format *cts_time); member
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c398 .fill_current_cts_time = bt_cts_fill_current_cts_time,