NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
cfg_srv.h
Go to the documentation of this file.
1
5/*
6 * Copyright (c) 2017 Intel Corporation
7 *
8 * SPDX-License-Identifier: Apache-2.0
9 */
10#ifndef __BT_MESH_CFG_SRV_H
11#define __BT_MESH_CFG_SRV_H
12
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24
25extern const struct bt_mesh_model_op bt_mesh_cfg_srv_op[];
26extern const struct bt_mesh_model_cb bt_mesh_cfg_srv_cb;
27
28#define BT_MESH_MODEL_CFG_SRV \
29 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_CFG_SRV, bt_mesh_cfg_srv_op, NULL, \
30 NULL, &bt_mesh_cfg_srv_cb)
31
32#ifdef __cplusplus
33}
34#endif
35
40#endif /* __BT_MESH_CFG_SRV_H */
Definition access.h:380