Searched refs:fill_current_cts_time (Results 1 – 3 of 3) sorted by relevance
124 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()
88 int (*fill_current_cts_time)(struct bt_cts_time_format *cts_time); member
398 .fill_current_cts_time = bt_cts_fill_current_cts_time,