Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sol_pdu_rpl_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_SOL_PDU_RPL_SRV_H_
14#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_SOL_PDU_RPL_SRV_H_
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
25
29#define BT_MESH_MODEL_SOL_PDU_RPL_SRV \
30 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_SOL_PDU_RPL_SRV, \
31 _bt_mesh_sol_pdu_rpl_srv_op, NULL, NULL, \
32 &_bt_mesh_sol_pdu_rpl_srv_cb)
33
35extern const struct bt_mesh_model_op _bt_mesh_sol_pdu_rpl_srv_op[];
36extern const struct bt_mesh_model_cb _bt_mesh_sol_pdu_rpl_srv_cb;
38
40
41#ifdef __cplusplus
42}
43#endif
44#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_SOL_PDU_RPL_SRV_H_ */
Model callback functions.
Definition access.h:635
Model opcode handler.
Definition access.h:182