Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h62 void (*notification_changed)(bool enabled); member
/Zephyr-latest/subsys/bluetooth/services/
Dcts.c113 if (cts_cb->notification_changed) { in ct_ccc_cfg_changed()
114 cts_cb->notification_changed(notif_enabled); in ct_ccc_cfg_changed()
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c396 .notification_changed = bt_cts_notification_changed,