Zephyr Project API  3.1.0
A Scalable Open Source RTOS
shell.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_SHELL_H_
7#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_SHELL_H_
8
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
16#define BT_MESH_SHELL_CUR_FAULTS_MAX 4
17
25#define BT_MESH_SHELL_HEALTH_PUB_DEFINE(_name) \
26 BT_MESH_HEALTH_PUB_DEFINE(_name, \
27 BT_MESH_SHELL_CUR_FAULTS_MAX);
28
31
34
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_SHELL_H_ */
struct bt_mesh_prov bt_mesh_shell_prov
External reference to provisioning handler.
struct bt_mesh_health_srv bt_mesh_shell_health_srv
External reference to health server.
struct bt_mesh_health_cli bt_mesh_shell_health_cli
External reference to health client.
Bluetooth mesh Profile APIs.
Definition: health_cli.h:25
Definition: health_srv.h:148
Definition: main.h:94