Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/
Dcts.c33 static const struct bt_cts_cb *cts_cb; variable
113 if (cts_cb->notification_changed) { in ct_ccc_cfg_changed()
114 cts_cb->notification_changed(notif_enabled); in ct_ccc_cfg_changed()
124 err = cts_cb->fill_current_cts_time(&ct_time); in read_ct()
140 if (cts_cb->cts_time_write == NULL) { in write_ct()
149 err = cts_cb->cts_time_write(&ct_time); in write_ct()
179 cts_cb = cb; in bt_cts_init()
188 err = cts_cb->fill_current_cts_time(&ct_time); in bt_cts_send_notification()
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c395 const struct bt_cts_cb cts_cb = { variable
429 bt_cts_init(&cts_cb); in main()