Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
heartbeat.h File Reference

Heartbeat APIs. More...

Go to the source code of this file.

Data Structures

struct  bt_mesh_hb_pub
 Heartbeat Publication parameters. More...
struct  bt_mesh_hb_sub
 Heartbeat Subscription parameters. More...
struct  bt_mesh_hb_cb
 Heartbeat callback structure. More...

Macros

#define BT_MESH_HB_CB_DEFINE(_name)
 Register a callback structure for Heartbeat events.

Functions

void bt_mesh_hb_pub_get (struct bt_mesh_hb_pub *get)
 Get the current Heartbeat publication parameters.
void bt_mesh_hb_sub_get (struct bt_mesh_hb_sub *get)
 Get the current Heartbeat subscription parameters.

Detailed Description

Heartbeat APIs.