ESP-IDF
light_server_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
light_server_lock
light_server_lock variable
Syntax
Show:
Summary
Declaration
from
lighting_server.c:22
static
bt_mesh_mutex_t
light_server_lock
;
Examples
References
from
examples
Code
Location
Referrer
static
bt_mesh_mutex_t
light_server_lock
;
lighting_server.c:22
bt_mesh_mutex_lock
(
&
light_server_lock
)
;
lighting_server.c:26
bt_mesh_light_server_lock()
bt_mesh_mutex_unlock
(
&
light_server_lock
)
;
lighting_server.c:31
bt_mesh_light_server_unlock()
bt_mesh_mutex_create
(
&
light_server_lock
)
;
lighting_server.c:3096
light_server_init()
bt_mesh_mutex_free
(
&
light_server_lock
)
;
lighting_server.c:3390
light_server_deinit()
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