Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
heartbeat.h File Reference

Heartbeat APIs. More...

#include <sys/slist.h>

Go to the source code of this file.

Data Structures

struct  bt_mesh_hb_pub
 
struct  bt_mesh_hb_sub
 
struct  bt_mesh_hb_cb
 

Macros

#define BT_MESH_HB_CB_DEFINE(_name)    static const STRUCT_SECTION_ITERABLE(bt_mesh_hb_cb, _name)
 Register a callback structure for Heartbeat events. More...
 

Functions

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

Detailed Description

Heartbeat APIs.