Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_mesh_hb_pub Struct Reference

#include <heartbeat.h>

Data Fields

uint16_t dst
 
uint16_t count
 
uint8_t ttl
 
uint16_t feat
 
uint16_t net_idx
 
uint32_t period
 

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: