Zephyr API 3.6.99
|
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. | |
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.