nRF5 SDK for Mesh v1.0.1
Data Fields
nrf_mesh_beacon_timer_t Struct Reference

Bluetooth Mesh beacon timer structure. More...

#include <nrf_mesh.h>

Data Fields

uint32_t timestamp
 Timestamp at which the beacon is sent. More...
 
void(* callback )(uint32_t, void *)
 Callback function pointer. More...
 
uint32_t interval
 Interval between each beacon packet. More...
 
void * p_context
 Beacon context pointer. More...
 
struct nrf_mesh_beacon_timer * p_next
 Pointer to next beacon in linked list. More...
 

Detailed Description

Bluetooth Mesh beacon timer structure.

Warning
All parameters are for internal use.

Definition at line 202 of file nrf_mesh.h.

Field Documentation

◆ timestamp

uint32_t nrf_mesh_beacon_timer_t::timestamp

Timestamp at which the beacon is sent.

Definition at line 205 of file nrf_mesh.h.

◆ callback

void(* nrf_mesh_beacon_timer_t::callback) (uint32_t, void *)

Callback function pointer.

Definition at line 207 of file nrf_mesh.h.

◆ interval

uint32_t nrf_mesh_beacon_timer_t::interval

Interval between each beacon packet.

Definition at line 209 of file nrf_mesh.h.

◆ p_context

void* nrf_mesh_beacon_timer_t::p_context

Beacon context pointer.

Definition at line 211 of file nrf_mesh.h.

◆ p_next

struct nrf_mesh_beacon_timer* nrf_mesh_beacon_timer_t::p_next

Pointer to next beacon in linked list.

Definition at line 213 of file nrf_mesh.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated