Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Health Server Model APIs. More...
Go to the source code of this file.
Data Structures | |
struct | bt_mesh_health_srv_cb |
struct | bt_mesh_health_srv |
Macros | |
#define | BT_MESH_HEALTH_PUB_DEFINE(_name, _max_faults) BT_MESH_MODEL_PUB_DEFINE(_name, NULL, (1 + 3 + (_max_faults))) |
#define | BT_MESH_MODEL_HEALTH_SRV(srv, pub) |
Functions | |
int | bt_mesh_fault_update (struct bt_mesh_elem *elem) |
Notify the stack that the fault array state of the given element has changed. More... | |
int | bt_mesh_health_srv_fault_update (struct bt_mesh_elem *elem) |
Notify the stack that the fault array state of the given element has changed. More... | |
Health Server Model APIs.