Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
large_comp_data_srv.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_LARGE_COMP_DATA_SRV_H_
14#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_LARGE_COMP_DATA_SRV_H_
15
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
27
32#define BT_MESH_MODEL_LARGE_COMP_DATA_SRV \
33 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_LARGE_COMP_DATA_SRV, \
34 _bt_mesh_large_comp_data_srv_op, NULL, NULL, \
35 &_bt_mesh_large_comp_data_srv_cb)
36
38extern const struct bt_mesh_model_op _bt_mesh_large_comp_data_srv_op[];
39extern const struct bt_mesh_model_cb _bt_mesh_large_comp_data_srv_cb;
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_LARGE_COMP_DATA_SRV_H_ */
47
Bluetooth Mesh Profile APIs.
Model callback functions.
Definition access.h:635
Model opcode handler.
Definition access.h:182