ESP-IDF
BLE_MESH_STATE_ON
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_STATE_ON
BLE_MESH_STATE_ON macro
Syntax
Show:
Summary
Declaration
from
server_common.h:30
#define
BLE_MESH_STATE_ON
0x01
Examples
References
from
examples
Code
Location
#define
BLE_MESH_STATE_ON
0x01
server_common.h:30
if
(
onoff
>
BLE_MESH_STATE_ON
)
{
generic_server.c:125
if
(
mode
>
BLE_MESH_STATE_ON
)
{
lighting_server.c:2290
if
(
om
>
BLE_MESH_STATE_ON
)
{
lighting_server.c:2332
srv
->
lc
->
state
.
occupancy
=
BLE_MESH_STATE_ON
;
lighting_server.c:2520
srv
->
lc
->
state
.
occupancy
=
BLE_MESH_STATE_ON
;
lighting_server.c:2535
srv
->
lc
->
state
.
occupancy
=
BLE_MESH_STATE_ON
;
lighting_server.c:2550
if
(
srv
->
state
.
target_onoff
==
BLE_MESH_STATE_ON
)
{
state_transition.c:270
srv
->
state
.
onoff
=
BLE_MESH_STATE_ON
;
state_transition.c:271
if
(
srv
->
state
.
target_onoff
!=
BLE_MESH_STATE_ON
)
{
state_transition.c:290
if
(
srv
->
lc
->
state
.
target_light_onoff
==
BLE_MESH_STATE_ON
)
{
state_transition.c:928
srv
->
lc
->
state
.
light_onoff
=
BLE_MESH_STATE_ON
;
state_transition.c:929
if
(
srv
->
lc
->
state
.
light_onoff
!=
BLE_MESH_STATE_ON
)
{
state_transition.c:950
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