ESP-IDF
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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_LIGHT_CTL_STATUS
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS macro
Syntax
Show:
Summary
Declaration
from
model_opcode.h:194
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x60
)
Examples
References
from
examples
Code
Location
#define
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x60
)
model_opcode.h:194
case
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
:
{
lighting_server.c:553
opcode
=
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
;
lighting_server.c:665
send_light_ctl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
lighting_server.c:772
send_light_ctl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
lighting_server.c:774
send_light_ctl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
lighting_server.c:811
send_light_ctl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
lighting_server.c:813
send_light_ctl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
lighting_server.c:833
send_light_ctl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
lighting_server.c:835
light_ctl_publish
(
model
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
state_binding.c:202
light_ctl_publish
(
srv
->
model
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
state_transition.c:612
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