ESP-IDF
BT_MESH_SUSPENDED
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
BT_MESH_SUSPENDED
BT_MESH_SUSPENDED value
Syntax
Show:
Summary
Declaration
from
net.h:181
BT_MESH_SUSPENDED
;
Examples
References
from
examples
Code
Location
Referrer
BT_MESH_SUSPENDED
,
/* Network is temporarily suspended */
net.h:181
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_SUSPENDED
)
)
{
access.c:232
mod_publish()
if
(
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_SUSPENDED
)
)
{
adv.c:69
bt_mesh_adv_create_from_pool()
if
(
atomic_test_and_set_bit
(
bt_mesh
.
flags
,
BT_MESH_SUSPENDED
)
)
{
mesh.c:239
bt_mesh_suspend()
atomic_clear_bit
(
bt_mesh
.
flags
,
BT_MESH_SUSPENDED
)
;
mesh.c:245
bt_mesh_suspend()
if
(
!
atomic_test_and_clear_bit
(
bt_mesh
.
flags
,
BT_MESH_SUSPENDED
)
)
{
mesh.c:282
bt_mesh_resume()
atomic_set_bit
(
bt_mesh
.
flags
,
BT_MESH_SUSPENDED
)
;
mesh.c:289
bt_mesh_resume()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BT_MESH_SUSPENDED
is read by 4 functions:
All items filtered out
BT_MESH_SUSPENDED
bt_mesh_adv_create_from_pool()
bt_mesh_suspend()
bt_mesh_resume()
mod_publish()
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