Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_hb_pub Struct Reference

Heartbeat Publication parameters. More...

#include <heartbeat.h>

Data Fields

uint16_t dst
 Destination address.
 
uint16_t count
 Remaining publish count.
 
uint8_t ttl
 Time To Live value.
 
uint16_t feat
 Bitmap of features that trigger a Heartbeat publication if they change.
 
uint16_t net_idx
 Network index used for publishing.
 
uint32_t period
 Publication period in seconds.
 

Detailed Description

Heartbeat Publication parameters.

Field Documentation

◆ count

uint16_t bt_mesh_hb_pub::count

Remaining publish count.

◆ dst

uint16_t bt_mesh_hb_pub::dst

Destination address.

◆ feat

uint16_t bt_mesh_hb_pub::feat

Bitmap of features that trigger a Heartbeat publication if they change.

Legal values are BT_MESH_FEAT_RELAY, BT_MESH_FEAT_PROXY, BT_MESH_FEAT_FRIEND and BT_MESH_FEAT_LOW_POWER.

◆ net_idx

uint16_t bt_mesh_hb_pub::net_idx

Network index used for publishing.

◆ period

uint32_t bt_mesh_hb_pub::period

Publication period in seconds.

◆ ttl

uint8_t bt_mesh_hb_pub::ttl

Time To Live value.


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