Zephyr API Documentation  3.6.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
7#ifndef BT_MESH_LARGE_COMP_DATA_SRV_H__
8#define BT_MESH_LARGE_COMP_DATA_SRV_H__
9
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
26#define BT_MESH_MODEL_LARGE_COMP_DATA_SRV \
27 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_LARGE_COMP_DATA_SRV, \
28 _bt_mesh_large_comp_data_srv_op, NULL, NULL, \
29 &_bt_mesh_large_comp_data_srv_cb)
30
32extern const struct bt_mesh_model_op _bt_mesh_large_comp_data_srv_op[];
33extern const struct bt_mesh_model_cb _bt_mesh_large_comp_data_srv_cb;
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* BT_MESH_LARGE_COMP_DATA_SRV_H__ */
41
Bluetooth Mesh Profile APIs.
Model callback functions.
Definition: access.h:809
Model opcode handler.
Definition: access.h:359