Implementation of the Health Model foundation model. More...
Modules | |
| Health Client | |
| Model implementing the Health Client foundation model. | |
| Fault IDs | |
| Bluetooth Mesh Profile Specification (MshPRFv1.0.1) defined fault IDs that can be used by self-tests to indicate specific problems. | |
| Health model message definitions | |
| Definitions of the various messages supported by the health model. | |
| Health model message opcodes | |
| Opcodes used in health model messages. | |
| Health Server | |
| Model implementing the Health Server foundation model. | |
Macros | |
| #define | HEALTH_SERVER_MODEL_ID 0x0002 |
| Model ID for the Health Server model. More... | |
| #define | HEALTH_CLIENT_MODEL_ID 0x0003 |
| Model ID for the Health Client model. More... | |
| #define | HEALTH_SERVER_ELEMENT_COUNT (1) |
| The number of instances of the health server model. More... | |
Detailed Description
Implementation of the Health Model foundation model.
Macro Definition Documentation
◆ HEALTH_SERVER_ELEMENT_COUNT
| #define HEALTH_SERVER_ELEMENT_COUNT (1) |
The number of instances of the health server model.
Definition at line 124 of file nrf_mesh_config_app.h.
◆ HEALTH_SERVER_MODEL_ID
| #define HEALTH_SERVER_MODEL_ID 0x0002 |
Model ID for the Health Server model.
Definition at line 49 of file health_common.h.
◆ HEALTH_CLIENT_MODEL_ID
| #define HEALTH_CLIENT_MODEL_ID 0x0003 |
Model ID for the Health Client model.
Definition at line 51 of file health_common.h.