| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <heartbeat.h>
Data Fields | |
| uint16_t | dst | 
| uint16_t | count | 
| uint8_t | ttl | 
| uint16_t | feat | 
| uint16_t | net_idx | 
| uint32_t | period | 
Heartbeat Publication parameters
| uint16_t bt_mesh_hb_pub::count | 
Remaining publish count.
| uint16_t bt_mesh_hb_pub::dst | 
Destination address.
| 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.
| uint16_t bt_mesh_hb_pub::net_idx | 
Network index used for publishing.
| uint32_t bt_mesh_hb_pub::period | 
Publication period in seconds.
| uint8_t bt_mesh_hb_pub::ttl | 
Time To Live value.