14#ifndef BT_MESH_GEN_PONOFF_H__
15#define BT_MESH_GEN_PONOFF_H__
17#include <zephyr/bluetooth/mesh.h>
36#define BT_MESH_PONOFF_OP_GET BT_MESH_MODEL_OP_2(0x82, 0x11)
37#define BT_MESH_PONOFF_OP_STATUS BT_MESH_MODEL_OP_2(0x82, 0x12)
38#define BT_MESH_PONOFF_OP_SET BT_MESH_MODEL_OP_2(0x82, 0x13)
39#define BT_MESH_PONOFF_OP_SET_UNACK BT_MESH_MODEL_OP_2(0x82, 0x14)
41#define BT_MESH_PONOFF_MSG_LEN_GET 0
42#define BT_MESH_PONOFF_MSG_LEN_STATUS 1
43#define BT_MESH_PONOFF_MSG_LEN_SET 1
bt_mesh_on_power_up
Definition gen_ponoff.h:24
@ BT_MESH_ON_POWER_UP_RESTORE
Definition gen_ponoff.h:30
@ BT_MESH_ON_POWER_UP_OFF
Definition gen_ponoff.h:26
@ BT_MESH_ON_POWER_UP_INVALID
Definition gen_ponoff.h:32
@ BT_MESH_ON_POWER_UP_ON
Definition gen_ponoff.h:28