ESP-IDF
BLE_MESH_MODEL_OP_2
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_MODEL_OP_2
BLE_MESH_MODEL_OP_2 macro
Syntax
Show:
Summary
Declaration
from
access.h:223
#define
BLE_MESH_MODEL_OP_2
(
b0
,
b1
)
(
(
(
b0
)
<
<
8
)
|
(
b1
)
)
Arguments
Argument
b0
b1
Examples
References
from
examples
Code
Location
#define
BLE_MESH_MODEL_OP_2
(
b0
,
b1
)
(
(
(
b0
)
<
<
8
)
|
(
b1
)
)
access.h:223
#define
OP_APP_KEY_DEL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x00
)
foundation.h:25
#define
OP_APP_KEY_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x01
)
foundation.h:26
#define
OP_APP_KEY_LIST
BLE_MESH_MODEL_OP_2
(
0x80
,
0x02
)
foundation.h:27
#define
OP_APP_KEY_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x03
)
foundation.h:28
#define
OP_ATTENTION_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x04
)
foundation.h:29
#define
OP_ATTENTION_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x05
)
foundation.h:30
#define
OP_ATTENTION_SET_UNREL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x06
)
foundation.h:31
#define
OP_ATTENTION_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x07
)
foundation.h:32
#define
OP_COMP_DATA_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x08
)
foundation.h:33
#define
OP_BEACON_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x09
)
foundation.h:34
#define
OP_BEACON_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x0A
)
foundation.h:35
#define
OP_BEACON_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x0B
)
foundation.h:36
#define
OP_DEFAULT_TTL_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x0C
)
foundation.h:37
#define
OP_DEFAULT_TTL_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x0D
)
foundation.h:38
#define
OP_DEFAULT_TTL_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x0E
)
foundation.h:39
#define
OP_FRIEND_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x0F
)
foundation.h:40
#define
OP_FRIEND_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x10
)
foundation.h:41
#define
OP_FRIEND_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x11
)
foundation.h:42
#define
OP_GATT_PROXY_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x12
)
foundation.h:43
#define
OP_GATT_PROXY_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x13
)
foundation.h:44
#define
OP_GATT_PROXY_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x14
)
foundation.h:45
#define
OP_KRP_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x15
)
foundation.h:46
#define
OP_KRP_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x16
)
foundation.h:47
#define
OP_KRP_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x17
)
foundation.h:48
#define
OP_MOD_PUB_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x18
)
foundation.h:49
#define
OP_MOD_PUB_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x19
)
foundation.h:50
#define
OP_MOD_PUB_VA_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x1A
)
foundation.h:51
#define
OP_MOD_SUB_ADD
BLE_MESH_MODEL_OP_2
(
0x80
,
0x1B
)
foundation.h:52
#define
OP_MOD_SUB_DEL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x1C
)
foundation.h:53
#define
OP_MOD_SUB_DEL_ALL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x1D
)
foundation.h:54
#define
OP_MOD_SUB_OVERWRITE
BLE_MESH_MODEL_OP_2
(
0x80
,
0x1E
)
foundation.h:55
#define
OP_MOD_SUB_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x1F
)
foundation.h:56
#define
OP_MOD_SUB_VA_ADD
BLE_MESH_MODEL_OP_2
(
0x80
,
0x20
)
foundation.h:57
#define
OP_MOD_SUB_VA_DEL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x21
)
foundation.h:58
#define
OP_MOD_SUB_VA_OVERWRITE
BLE_MESH_MODEL_OP_2
(
0x80
,
0x22
)
foundation.h:59
#define
OP_NET_TRANSMIT_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x23
)
foundation.h:60
#define
OP_NET_TRANSMIT_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x24
)
foundation.h:61
#define
OP_NET_TRANSMIT_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x25
)
foundation.h:62
#define
OP_RELAY_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x26
)
foundation.h:63
#define
OP_RELAY_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x27
)
foundation.h:64
#define
OP_RELAY_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x28
)
foundation.h:65
#define
OP_MOD_SUB_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x29
)
foundation.h:66
#define
OP_MOD_SUB_LIST
BLE_MESH_MODEL_OP_2
(
0x80
,
0x2A
)
foundation.h:67
#define
OP_MOD_SUB_GET_VND
BLE_MESH_MODEL_OP_2
(
0x80
,
0x2B
)
foundation.h:68
#define
OP_MOD_SUB_LIST_VND
BLE_MESH_MODEL_OP_2
(
0x80
,
0x2C
)
foundation.h:69
#define
OP_LPN_TIMEOUT_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x2D
)
foundation.h:70
#define
OP_LPN_TIMEOUT_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x2E
)
foundation.h:71
#define
OP_HEALTH_FAULT_CLEAR
BLE_MESH_MODEL_OP_2
(
0x80
,
0x2F
)
foundation.h:72
#define
OP_HEALTH_FAULT_CLEAR_UNREL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x30
)
foundation.h:73
#define
OP_HEALTH_FAULT_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x31
)
foundation.h:74
#define
OP_HEALTH_FAULT_TEST
BLE_MESH_MODEL_OP_2
(
0x80
,
0x32
)
foundation.h:75
#define
OP_HEALTH_FAULT_TEST_UNREL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x33
)
foundation.h:76
#define
OP_HEALTH_PERIOD_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x34
)
foundation.h:77
#define
OP_HEALTH_PERIOD_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x35
)
foundation.h:78
#define
OP_HEALTH_PERIOD_SET_UNREL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x36
)
foundation.h:79
#define
OP_HEALTH_PERIOD_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x37
)
foundation.h:80
#define
OP_HEARTBEAT_PUB_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x38
)
foundation.h:81
#define
OP_HEARTBEAT_PUB_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x39
)
foundation.h:82
#define
OP_HEARTBEAT_SUB_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x3A
)
foundation.h:83
#define
OP_HEARTBEAT_SUB_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x3B
)
foundation.h:84
#define
OP_HEARTBEAT_SUB_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x3C
)
foundation.h:85
#define
OP_MOD_APP_BIND
BLE_MESH_MODEL_OP_2
(
0x80
,
0x3D
)
foundation.h:86
#define
OP_MOD_APP_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x3E
)
foundation.h:87
#define
OP_MOD_APP_UNBIND
BLE_MESH_MODEL_OP_2
(
0x80
,
0x3F
)
foundation.h:88
#define
OP_NET_KEY_ADD
BLE_MESH_MODEL_OP_2
(
0x80
,
0x40
)
foundation.h:89
#define
OP_NET_KEY_DEL
BLE_MESH_MODEL_OP_2
(
0x80
,
0x41
)
foundation.h:90
#define
OP_NET_KEY_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x42
)
foundation.h:91
#define
OP_NET_KEY_LIST
BLE_MESH_MODEL_OP_2
(
0x80
,
0x43
)
foundation.h:92
#define
OP_NET_KEY_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x44
)
foundation.h:93
#define
OP_NET_KEY_UPDATE
BLE_MESH_MODEL_OP_2
(
0x80
,
0x45
)
foundation.h:94
#define
OP_NODE_IDENTITY_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x46
)
foundation.h:95
#define
OP_NODE_IDENTITY_SET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x47
)
foundation.h:96
#define
OP_NODE_IDENTITY_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x48
)
foundation.h:97
#define
OP_NODE_RESET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x49
)
foundation.h:98
#define
OP_NODE_RESET_STATUS
BLE_MESH_MODEL_OP_2
(
0x80
,
0x4A
)
foundation.h:99
#define
OP_SIG_MOD_APP_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x4B
)
foundation.h:100
#define
OP_SIG_MOD_APP_LIST
BLE_MESH_MODEL_OP_2
(
0x80
,
0x4C
)
foundation.h:101
#define
OP_VND_MOD_APP_GET
BLE_MESH_MODEL_OP_2
(
0x80
,
0x4D
)
foundation.h:102
#define
OP_VND_MOD_APP_LIST
BLE_MESH_MODEL_OP_2
(
0x80
,
0x4E
)
foundation.h:103
#define
BLE_MESH_MODEL_OP_GEN_ONOFF_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x01
)
model_opcode.h:17
#define
BLE_MESH_MODEL_OP_GEN_ONOFF_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x02
)
model_opcode.h:18
#define
BLE_MESH_MODEL_OP_GEN_ONOFF_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x03
)
model_opcode.h:19
#define
BLE_MESH_MODEL_OP_GEN_ONOFF_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x04
)
model_opcode.h:20
#define
BLE_MESH_MODEL_OP_GEN_LEVEL_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x05
)
model_opcode.h:23
#define
BLE_MESH_MODEL_OP_GEN_LEVEL_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x06
)
model_opcode.h:24
#define
BLE_MESH_MODEL_OP_GEN_LEVEL_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x07
)
model_opcode.h:25
#define
BLE_MESH_MODEL_OP_GEN_LEVEL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x08
)
model_opcode.h:26
#define
BLE_MESH_MODEL_OP_GEN_DELTA_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x09
)
model_opcode.h:27
#define
BLE_MESH_MODEL_OP_GEN_DELTA_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x0A
)
model_opcode.h:28
#define
BLE_MESH_MODEL_OP_GEN_MOVE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x0B
)
model_opcode.h:29
#define
BLE_MESH_MODEL_OP_GEN_MOVE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x0C
)
model_opcode.h:30
#define
BLE_MESH_MODEL_OP_GEN_DEF_TRANS_TIME_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x0D
)
model_opcode.h:33
#define
BLE_MESH_MODEL_OP_GEN_DEF_TRANS_TIME_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x0E
)
model_opcode.h:34
#define
BLE_MESH_MODEL_OP_GEN_DEF_TRANS_TIME_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x0F
)
model_opcode.h:35
#define
BLE_MESH_MODEL_OP_GEN_DEF_TRANS_TIME_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x10
)
model_opcode.h:36
#define
BLE_MESH_MODEL_OP_GEN_ONPOWERUP_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x11
)
model_opcode.h:39
#define
BLE_MESH_MODEL_OP_GEN_ONPOWERUP_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x12
)
model_opcode.h:40
#define
BLE_MESH_MODEL_OP_GEN_ONPOWERUP_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x13
)
model_opcode.h:43
#define
BLE_MESH_MODEL_OP_GEN_ONPOWERUP_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x14
)
model_opcode.h:44
#define
BLE_MESH_MODEL_OP_GEN_POWER_LEVEL_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x15
)
model_opcode.h:47
#define
BLE_MESH_MODEL_OP_GEN_POWER_LEVEL_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x16
)
model_opcode.h:48
#define
BLE_MESH_MODEL_OP_GEN_POWER_LEVEL_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x17
)
model_opcode.h:49
#define
BLE_MESH_MODEL_OP_GEN_POWER_LEVEL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x18
)
model_opcode.h:50
#define
BLE_MESH_MODEL_OP_GEN_POWER_LAST_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x19
)
model_opcode.h:51
#define
BLE_MESH_MODEL_OP_GEN_POWER_LAST_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x1A
)
model_opcode.h:52
#define
BLE_MESH_MODEL_OP_GEN_POWER_DEFAULT_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x1B
)
model_opcode.h:53
#define
BLE_MESH_MODEL_OP_GEN_POWER_DEFAULT_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x1C
)
model_opcode.h:54
#define
BLE_MESH_MODEL_OP_GEN_POWER_RANGE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x1D
)
model_opcode.h:55
#define
BLE_MESH_MODEL_OP_GEN_POWER_RANGE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x1E
)
model_opcode.h:56
#define
BLE_MESH_MODEL_OP_GEN_POWER_DEFAULT_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x1F
)
model_opcode.h:59
#define
BLE_MESH_MODEL_OP_GEN_POWER_DEFAULT_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x20
)
model_opcode.h:60
#define
BLE_MESH_MODEL_OP_GEN_POWER_RANGE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x21
)
model_opcode.h:61
#define
BLE_MESH_MODEL_OP_GEN_POWER_RANGE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x22
)
model_opcode.h:62
#define
BLE_MESH_MODEL_OP_GEN_BATTERY_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x23
)
model_opcode.h:65
#define
BLE_MESH_MODEL_OP_GEN_BATTERY_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x24
)
model_opcode.h:66
#define
BLE_MESH_MODEL_OP_GEN_LOC_GLOBAL_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x25
)
model_opcode.h:69
#define
BLE_MESH_MODEL_OP_GEN_LOC_LOCAL_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x26
)
model_opcode.h:71
#define
BLE_MESH_MODEL_OP_GEN_LOC_LOCAL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x27
)
model_opcode.h:72
#define
BLE_MESH_MODEL_OP_GEN_LOC_LOCAL_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x28
)
model_opcode.h:77
#define
BLE_MESH_MODEL_OP_GEN_LOC_LOCAL_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x29
)
model_opcode.h:78
#define
BLE_MESH_MODEL_OP_GEN_MANU_PROPERTIES_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x2A
)
model_opcode.h:81
#define
BLE_MESH_MODEL_OP_GEN_MANU_PROPERTY_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x2B
)
model_opcode.h:83
#define
BLE_MESH_MODEL_OP_GEN_ADMIN_PROPERTIES_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x2C
)
model_opcode.h:89
#define
BLE_MESH_MODEL_OP_GEN_ADMIN_PROPERTY_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x2D
)
model_opcode.h:91
#define
BLE_MESH_MODEL_OP_GEN_USER_PROPERTIES_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x2E
)
model_opcode.h:97
#define
BLE_MESH_MODEL_OP_GEN_USER_PROPERTY_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x2F
)
model_opcode.h:99
#define
BLE_MESH_MODEL_OP_SENSOR_DESCRIPTOR_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x30
)
model_opcode.h:109
#define
BLE_MESH_MODEL_OP_SENSOR_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x31
)
model_opcode.h:111
#define
BLE_MESH_MODEL_OP_SENSOR_COLUMN_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x32
)
model_opcode.h:113
#define
BLE_MESH_MODEL_OP_SENSOR_SERIES_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x33
)
model_opcode.h:115
#define
BLE_MESH_MODEL_OP_SENSOR_CADENCE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x34
)
model_opcode.h:119
#define
BLE_MESH_MODEL_OP_SENSOR_SETTINGS_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x35
)
model_opcode.h:123
#define
BLE_MESH_MODEL_OP_SENSOR_SETTING_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x36
)
model_opcode.h:125
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x4B
)
model_opcode.h:169
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x4C
)
model_opcode.h:170
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x4D
)
model_opcode.h:171
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x4E
)
model_opcode.h:172
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_LINEAR_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x4F
)
model_opcode.h:173
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_LINEAR_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x50
)
model_opcode.h:174
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_LINEAR_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x51
)
model_opcode.h:175
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_LINEAR_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x52
)
model_opcode.h:176
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_LAST_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x53
)
model_opcode.h:177
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_LAST_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x54
)
model_opcode.h:178
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_DEFAULT_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x55
)
model_opcode.h:179
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_DEFAULT_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x56
)
model_opcode.h:180
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_RANGE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x57
)
model_opcode.h:181
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_RANGE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x58
)
model_opcode.h:182
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_DEFAULT_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x59
)
model_opcode.h:185
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_DEFAULT_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x5A
)
model_opcode.h:186
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_RANGE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x5B
)
model_opcode.h:187
#define
BLE_MESH_MODEL_OP_LIGHT_LIGHTNESS_RANGE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x5C
)
model_opcode.h:188
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x5D
)
model_opcode.h:191
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x5E
)
model_opcode.h:192
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x5F
)
model_opcode.h:193
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x60
)
model_opcode.h:194
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x61
)
model_opcode.h:195
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_RANGE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x62
)
model_opcode.h:196
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_RANGE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x63
)
model_opcode.h:197
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x64
)
model_opcode.h:198
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x65
)
model_opcode.h:199
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x66
)
model_opcode.h:200
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_DEFAULT_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x67
)
model_opcode.h:201
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_DEFAULT_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x68
)
model_opcode.h:202
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_DEFAULT_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x69
)
model_opcode.h:205
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_DEFAULT_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x6A
)
model_opcode.h:206
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_RANGE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x6B
)
model_opcode.h:207
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_TEMPERATURE_RANGE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x6C
)
model_opcode.h:208
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x6D
)
model_opcode.h:211
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_HUE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x6E
)
model_opcode.h:212
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_HUE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x6F
)
model_opcode.h:213
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_HUE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x70
)
model_opcode.h:214
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_HUE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x71
)
model_opcode.h:215
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x72
)
model_opcode.h:216
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x73
)
model_opcode.h:217
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x74
)
model_opcode.h:218
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x75
)
model_opcode.h:219
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x76
)
model_opcode.h:220
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x77
)
model_opcode.h:221
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x78
)
model_opcode.h:222
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_TARGET_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x79
)
model_opcode.h:223
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_TARGET_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x7A
)
model_opcode.h:224
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_DEFAULT_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x7B
)
model_opcode.h:225
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_DEFAULT_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x7C
)
model_opcode.h:226
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_RANGE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x7D
)
model_opcode.h:227
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_RANGE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x7E
)
model_opcode.h:228
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_DEFAULT_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x7F
)
model_opcode.h:231
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_DEFAULT_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x80
)
model_opcode.h:232
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_RANGE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x81
)
model_opcode.h:233
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_RANGE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x82
)
model_opcode.h:234
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x83
)
model_opcode.h:237
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x84
)
model_opcode.h:238
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x85
)
model_opcode.h:239
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x86
)
model_opcode.h:240
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_TARGET_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x87
)
model_opcode.h:241
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_TARGET_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x88
)
model_opcode.h:242
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_DEFAULT_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x89
)
model_opcode.h:243
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_DEFAULT_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x8A
)
model_opcode.h:244
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_RANGE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x8B
)
model_opcode.h:245
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_RANGE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x8C
)
model_opcode.h:246
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_DEFAULT_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x8D
)
model_opcode.h:249
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_DEFAULT_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x8E
)
model_opcode.h:250
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_RANGE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x8F
)
model_opcode.h:251
#define
BLE_MESH_MODEL_OP_LIGHT_XYL_RANGE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x90
)
model_opcode.h:252
#define
BLE_MESH_MODEL_OP_LIGHT_LC_MODE_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x91
)
model_opcode.h:255
#define
BLE_MESH_MODEL_OP_LIGHT_LC_MODE_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x92
)
model_opcode.h:256
#define
BLE_MESH_MODEL_OP_LIGHT_LC_MODE_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x93
)
model_opcode.h:257
#define
BLE_MESH_MODEL_OP_LIGHT_LC_MODE_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x94
)
model_opcode.h:258
#define
BLE_MESH_MODEL_OP_LIGHT_LC_OM_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x95
)
model_opcode.h:259
#define
BLE_MESH_MODEL_OP_LIGHT_LC_OM_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x96
)
model_opcode.h:260
#define
BLE_MESH_MODEL_OP_LIGHT_LC_OM_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x97
)
model_opcode.h:261
#define
BLE_MESH_MODEL_OP_LIGHT_LC_OM_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x98
)
model_opcode.h:262
#define
BLE_MESH_MODEL_OP_LIGHT_LC_LIGHT_ONOFF_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x99
)
model_opcode.h:263
#define
BLE_MESH_MODEL_OP_LIGHT_LC_LIGHT_ONOFF_SET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x9A
)
model_opcode.h:264
#define
BLE_MESH_MODEL_OP_LIGHT_LC_LIGHT_ONOFF_SET_UNACK
BLE_MESH_MODEL_OP_2
(
0x82
,
0x9B
)
model_opcode.h:265
#define
BLE_MESH_MODEL_OP_LIGHT_LC_LIGHT_ONOFF_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x9C
)
model_opcode.h:266
#define
BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_GET
BLE_MESH_MODEL_OP_2
(
0x82
,
0x9D
)
model_opcode.h:267
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out