ESP-IDF
BLE_MESH_VALID
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
BLE_MESH_VALID
BLE_MESH_VALID value
Syntax
Show:
Summary
Declaration
from
net.h:299
BLE_MESH_VALID
;
Examples
References
from
examples
Code
Location
Referrer
BLE_MESH_VALID
,
/* We have been provisioned */
net.h:299
if
(
bt_mesh_atomic_test_and_set_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
)
{
main.c:57
bt_mesh_provision()
bt_mesh_atomic_clear_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
;
main.c:75
bt_mesh_provision()
bt_mesh_atomic_clear_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
;
main.c:122
bt_mesh_node_reset()
return
bt_mesh_atomic_test_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
;
main.c:186
bt_mesh_is_provisioned()
if
(
!
bt_mesh_atomic_test_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
)
{
main.c:322
bt_mesh_suspend()
if
(
!
bt_mesh_atomic_test_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
)
{
main.c:370
bt_mesh_resume()
bt_mesh_atomic_clear_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
;
main.c:538
bt_mesh_deinit()
bt_mesh_atomic_set_bit
(
bt_mesh
.
flags
,
BLE_MESH_VALID
)
;
settings.c:1486
settings_core_commit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BLE_MESH_VALID
is read by 7 functions:
All items filtered out
BLE_MESH_VALID
settings_core_commit()
bt_mesh_provision()
bt_mesh_node_reset()
bt_mesh_is_provisioned()
bt_mesh_suspend()
bt_mesh_resume()
bt_mesh_deinit()
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