Zephyr API Documentation 3.7.99
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
14
15#ifdef __cplusplus
16extern "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
35extern const struct bt_mesh_model_op _bt_mesh_brg_cfg_srv_op[];
36extern 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__ */
Model callback functions.
Definition access.h:813
Model opcode handler.
Definition access.h:363