Zephyr API Documentation  3.6.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
7#ifndef BT_MESH_SOL_PDU_RPL_SRV_H__
8#define BT_MESH_SOL_PDU_RPL_SRV_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
23#define BT_MESH_MODEL_SOL_PDU_RPL_SRV \
24 BT_MESH_MODEL_CB(BT_MESH_MODEL_ID_SOL_PDU_RPL_SRV, \
25 _bt_mesh_sol_pdu_rpl_srv_op, NULL, NULL, \
26 &_bt_mesh_sol_pdu_rpl_srv_cb)
27
29extern const struct bt_mesh_model_op _bt_mesh_sol_pdu_rpl_srv_op[];
30extern const struct bt_mesh_model_cb _bt_mesh_sol_pdu_rpl_srv_cb;
35#ifdef __cplusplus
36}
37#endif
38#endif /* BT_MESH_SOL_PDU_RPL_SRV_H__ */
Model callback functions.
Definition: access.h:809
Model opcode handler.
Definition: access.h:359