|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Header file for the Bluetooth Mesh shell commands. More...
#include <zephyr/bluetooth/mesh.h>Go to the source code of this file.
Data Structures | |
| struct | bt_mesh_shell_target |
| Target context for the mesh shell. More... | |
Macros | |
| #define | BT_MESH_SHELL_CUR_FAULTS_MAX 4 |
| Maximum number of faults the health server can have. | |
| #define | BT_MESH_SHELL_HEALTH_PUB_DEFINE(_name) |
| A helper to define a health publication context for shell with the shell's maximum number of faults the element can have. | |
Variables | |
| struct bt_mesh_health_srv | bt_mesh_shell_health_srv |
| External reference to health server. | |
| const struct bt_mesh_models_metadata_entry | health_srv_meta [] |
| External reference to health server metadata. | |
| struct bt_mesh_health_cli | bt_mesh_shell_health_cli |
| External reference to health client. | |
| struct bt_mesh_dfu_srv | bt_mesh_shell_dfu_srv |
| External reference to Firmware Update Server. | |
| struct bt_mesh_dfu_cli | bt_mesh_shell_dfu_cli |
| External reference to Firmware Update Client. | |
| struct bt_mesh_blob_srv | bt_mesh_shell_blob_srv |
| External reference to BLOB Transfer Server. | |
| struct bt_mesh_blob_cli | bt_mesh_shell_blob_cli |
| External reference to BLOB Transfer Client. | |
| struct bt_mesh_rpr_cli | bt_mesh_shell_rpr_cli |
| External reference to Remote Provisioning Client. | |
| struct bt_mesh_prov | bt_mesh_shell_prov |
| External reference to provisioning handler. | |
| struct bt_mesh_shell_target | bt_mesh_shell_target_ctx |
| External reference to shell target context. | |
Header file for the Bluetooth Mesh shell commands.
| #define BT_MESH_SHELL_CUR_FAULTS_MAX 4 |
Maximum number of faults the health server can have.
| #define BT_MESH_SHELL_HEALTH_PUB_DEFINE | ( | _name | ) |
A helper to define a health publication context for shell with the shell's maximum number of faults the element can have.
| _name | Name given to the publication context variable. |
|
extern |
External reference to BLOB Transfer Client.
|
extern |
External reference to BLOB Transfer Server.
|
extern |
External reference to Firmware Update Client.
|
extern |
External reference to Firmware Update Server.
|
extern |
External reference to health client.
|
extern |
External reference to health server.
|
extern |
External reference to provisioning handler.
|
extern |
External reference to Remote Provisioning Client.
|
extern |
External reference to shell target context.
|
extern |
External reference to health server metadata.