Zephyr API Documentation
4.4.99
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
12
13
#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_OP_AGG_SRV_H_
14
#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_OP_AGG_SRV_H_
15
16
#include <
zephyr/bluetooth/mesh.h
>
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
27
38
#define BT_MESH_MODEL_OP_AGG_SRV \
39
BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_OP_AGG_SRV, _bt_mesh_op_agg_srv_op, \
40
NULL, NULL, &_bt_mesh_op_agg_srv_cb)
41
43
extern
const
struct
bt_mesh_model_op
_bt_mesh_op_agg_srv_op[];
44
extern
const
struct
bt_mesh_model_cb
_bt_mesh_op_agg_srv_cb;
46
50
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_MESH_OP_AGG_SRV_H_ */
mesh.h
Bluetooth Mesh Profile APIs.
bt_mesh_model_cb
Model callback functions.
Definition
access.h:635
bt_mesh_model_op
Model opcode handler.
Definition
access.h:182
zephyr
bluetooth
mesh
op_agg_srv.h
Generated on
for Zephyr API Documentation by
1.16.1