ESP-IDF
bt_mesh_beacon_enabled()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_beacon_enabled()
bt_mesh_beacon_enabled() function
Get the current Secure Network Beacon state.
Syntax
Show:
Summary
Declaration
Definition
from
cfg.h:74
bool
bt_mesh_beacon_enabled
(
void
)
;
Implemented in
cfg.c:52
Return value
Whether the Secure Network Beacon feature is enabled.
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_beacon_enabled
(
void
)
cfg.c:52
bool
bt_mesh_beacon_enabled
(
void
)
;
cfg.h:74
if
(
!
bt_mesh_beacon_enabled
(
)
&&
beacon.c:235
beacon_send()
if
(
bt_mesh_beacon_enabled
(
)
&&
beacon.c:365
secure_beacon_recv()
net_buf_simple_add_u8
(
msg
,
bt_mesh_beacon_enabled
(
)
)
;
cfg_srv.c:493
beacon_get()
if
(
bt_mesh_beacon_enabled
(
)
)
{
mesh.c:252
bt_mesh_suspend()
if
(
bt_mesh_beacon_enabled
(
)
)
{
mesh.c:295
bt_mesh_resume()
if
(
bt_mesh_beacon_enabled
(
)
)
{
mesh.c:376
bt_mesh_start()
Call Tree
from
examples
bt_mesh_beacon_enabled()
is called by 6 functions and calls 1 function:
beacon_send()
secure_beacon_recv()
bt_mesh_suspend()
bt_mesh_resume()
bt_mesh_start()
beacon_get()
All items filtered out
bt_mesh_beacon_enabled()
atomic_test_bit()
All items filtered out
Data Use
from
examples
bt_mesh_beacon_enabled()
reads 3 variables:
::BT_MESH_BEACON
bt_mesh_net::flags
bt_mesh
All items filtered out
bt_mesh_beacon_enabled()
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