ESP-IDF
BLE_MESH_MODEL_OP_LIGHT_HSL_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_HSL_STATUS
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS macro
Syntax
Show:
Summary
Declaration
from
model_opcode.h:222
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x78
)
Examples
References
from
examples
Code
Location
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x78
)
model_opcode.h:222
case
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
:
lighting_server.c:1109
if
(
opcode
==
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
{
lighting_server.c:1112
opcode
=
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
;
lighting_server.c:1251
send_light_hsl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
lighting_server.c:1366
send_light_hsl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
lighting_server.c:1368
send_light_hsl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
lighting_server.c:1410
send_light_hsl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
lighting_server.c:1412
send_light_hsl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
lighting_server.c:1432
send_light_hsl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
lighting_server.c:1434
light_hsl_publish
(
model
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
state_binding.c:239
light_hsl_publish
(
model
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
state_binding.c:256
light_hsl_publish
(
srv
->
model
,
BLE_MESH_MODEL_OP_LIGHT_HSL_STATUS
)
;
state_transition.c:728
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