Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
brg_cfg_srv.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
10
#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_BRG_CFG_SRV_H__
11
#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_BRG_CFG_SRV_H__
12
13
#include <
zephyr/bluetooth/mesh/brg_cfg.h
>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
30
#define BT_MESH_MODEL_BRG_CFG_SRV \
31
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_BRG_CFG_SRV, _bt_mesh_brg_cfg_srv_op, NULL, NULL, \
32
&_bt_mesh_brg_cfg_srv_cb)
33
35
extern
const
struct
bt_mesh_model_op
_bt_mesh_brg_cfg_srv_op[];
36
extern
const
struct
bt_mesh_model_cb
_bt_mesh_brg_cfg_srv_cb;
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_MESH_BRG_CFG_SRV_H__ */
brg_cfg.h
bt_mesh_model_cb
Model callback functions.
Definition
access.h:813
bt_mesh_model_op
Model opcode handler.
Definition
access.h:363
zephyr
bluetooth
mesh
brg_cfg_srv.h
Generated on Wed Nov 6 2024 00:03:19 for Zephyr API Documentation by
1.12.0