Run-time transmission information for individual beacons. More...
#include <nrf_mesh.h>
Data Fields | |
uint16_t | rx_count |
Rolling number of beacons received in each preceding period. More... | |
uint8_t | observation_count |
Counter of broadcast intervals. More... | |
uint16_t | interval |
Actual beacon interval at the moment. More... | |
timestamp_t | tx_timestamp |
Last transmission time for this beacon. More... | |
Run-time transmission information for individual beacons.
Used for internal logic.
Definition at line 294 of file nrf_mesh.h.
uint16_t nrf_mesh_beacon_tx_info_t::rx_count |
Rolling number of beacons received in each preceding period.
Definition at line 297 of file nrf_mesh.h.
uint8_t nrf_mesh_beacon_tx_info_t::observation_count |
Counter of broadcast intervals.
Used to measure the observation period.
Definition at line 299 of file nrf_mesh.h.
uint16_t nrf_mesh_beacon_tx_info_t::interval |
Actual beacon interval at the moment.
Definition at line 301 of file nrf_mesh.h.
timestamp_t nrf_mesh_beacon_tx_info_t::tx_timestamp |
Last transmission time for this beacon.
Definition at line 303 of file nrf_mesh.h.