Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
op_agg_srv.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef BT_MESH_OP_AGG_SRV_H__
8
#define BT_MESH_OP_AGG_SRV_H__
9
10
#include <
zephyr/bluetooth/mesh.h
>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
32
#define BT_MESH_MODEL_OP_AGG_SRV \
33
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_OP_AGG_SRV, _bt_mesh_op_agg_srv_op, \
34
NULL, NULL, &_bt_mesh_op_agg_srv_cb)
35
37
extern
const
struct
bt_mesh_model_op
_bt_mesh_op_agg_srv_op[];
38
extern
const
struct
bt_mesh_model_cb
_bt_mesh_op_agg_srv_cb;
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
/* BT_MESH_OP_AGG_SRV_H__ */
mesh.h
Bluetooth Mesh Profile APIs.
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
op_agg_srv.h
Generated on Wed Nov 6 2024 00:03:19 for Zephyr API Documentation by
1.12.0