Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Struct to hold the Coordinated Set Identification Profile Set Coordinator callbacks. More...
#include <csip.h>
Data Fields | |
bt_csip_set_coordinator_discover_cb | discover |
Callback when discovery has finished. | |
bt_csip_set_coordinator_lock_set_cb | lock_set |
Callback when locking a set has finished. | |
bt_csip_set_coordinator_lock_set_cb | release_set |
Callback when unlocking a set has finished. | |
bt_csip_set_coordinator_lock_changed_cb | lock_changed |
Callback when a set's lock state has changed. | |
bt_csip_set_coordinator_sirk_changed_cb | sirk_changed |
Callback when a set's SIRK has changed. | |
bt_csip_set_coordinator_ordered_access_cb_t | ordered_access |
Callback for the ordered access procedure. | |
Struct to hold the Coordinated Set Identification Profile Set Coordinator callbacks.
These can be registered for usage with bt_csip_set_coordinator_register_cb().
bt_csip_set_coordinator_discover_cb bt_csip_set_coordinator_cb::discover |
Callback when discovery has finished.
bt_csip_set_coordinator_lock_changed_cb bt_csip_set_coordinator_cb::lock_changed |
Callback when a set's lock state has changed.
bt_csip_set_coordinator_lock_set_cb bt_csip_set_coordinator_cb::lock_set |
Callback when locking a set has finished.
bt_csip_set_coordinator_ordered_access_cb_t bt_csip_set_coordinator_cb::ordered_access |
Callback for the ordered access procedure.
bt_csip_set_coordinator_lock_set_cb bt_csip_set_coordinator_cb::release_set |
Callback when unlocking a set has finished.
bt_csip_set_coordinator_sirk_changed_cb bt_csip_set_coordinator_cb::sirk_changed |
Callback when a set's SIRK has changed.