ESP-IDF
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_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_SATURATION_STATUS
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS macro
Syntax
Show:
Summary
Declaration
from
model_opcode.h:219
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x75
)
Examples
References
from
examples
Code
Location
#define
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
BLE_MESH_MODEL_OP_2
(
0x82
,
0x75
)
model_opcode.h:219
case
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
:
{
lighting_server.c:1171
opcode
=
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
;
lighting_server.c:1266
send_light_hsl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
lighting_server.c:1700
send_light_hsl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
lighting_server.c:1702
send_light_hsl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
lighting_server.c:1733
send_light_hsl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
lighting_server.c:1735
send_light_hsl_status
(
model
,
ctx
,
false
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
lighting_server.c:1753
send_light_hsl_status
(
model
,
NULL
,
true
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
lighting_server.c:1755
light_hsl_publish
(
model
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
state_binding.c:290
light_hsl_publish
(
srv
->
model
,
BLE_MESH_MODEL_OP_LIGHT_HSL_SATURATION_STATUS
)
;
state_transition.c:832
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