|
BlueSync - BLE Time Sync for Zephyr
High-precision time synchronization for BLE Mesh networks
|
Encapsulated BlueSync message received by the client during synchronization. More...
#include <bluesync.h>

Data Fields | |
| struct bluesync_msg | rcv |
| uint64_t | client_timer_ticks |
Encapsulated BlueSync message received by the client during synchronization.
This structure wraps the original message received from the master and adds the client's own timing information. It is used by the client to compute synchronization parameters (e.g., offset and drift) during a sync round.
Definition at line 124 of file bluesync.h.
| uint64_t bluesync_msg_client::client_timer_ticks |
Definition at line 126 of file bluesync.h.
| struct bluesync_msg bluesync_msg_client::rcv |
Definition at line 125 of file bluesync.h.