nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
gen_dtt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
14#ifndef BT_MESH_GEN_DTT_H__
15#define BT_MESH_GEN_DTT_H__
16
17#include <zephyr/bluetooth/mesh.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
24#define BT_MESH_DTT_OP_GET BT_MESH_MODEL_OP_2(0x82, 0x0D)
25#define BT_MESH_DTT_OP_SET BT_MESH_MODEL_OP_2(0x82, 0x0E)
26#define BT_MESH_DTT_OP_SET_UNACK BT_MESH_MODEL_OP_2(0x82, 0x0F)
27#define BT_MESH_DTT_OP_STATUS BT_MESH_MODEL_OP_2(0x82, 0x10)
28
29#define BT_MESH_DTT_MSG_LEN_GET 0
30#define BT_MESH_DTT_MSG_LEN_SET 1
31#define BT_MESH_DTT_MSG_LEN_STATUS 1
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* BT_MESH_GEN_DTT_H__ */
39