ESP-IDF
bt_mesh_cfg_srv::beacon
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_cfg_srv::beacon
bt_mesh_cfg_srv::beacon field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:33
uint8_t
beacon
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
beacon
;
/* Secure Network Beacon state */
cfg_srv.h:33
if
(
buf
->
data
[
0
]
!=
cfg
->
beacon
)
{
cfg_srv.c:799
beacon_set()
cfg
->
beacon
=
buf
->
data
[
0
]
;
cfg_srv.c:800
beacon_set()
if
(
cfg
->
beacon
)
{
cfg_srv.c:806
beacon_set()
if
(
cfg
->
beacon
>
0x01
)
{
cfg_srv.c:3564
conf_is_valid()
return
conf
->
beacon
;
cfg_srv.c:3777
bt_mesh_secure_beacon_get()
cfg
->
beacon
=
stored_cfg
.
cfg
.
beacon
;
settings.c:1500
settings_core_commit()
val
.
beacon
=
cfg
->
beacon
;
settings.c:1756
store_pending_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cfg_srv::beacon
is written by 2 functions and is read by 4 functions:
settings_core_commit()
beacon_set()
All items filtered out
bt_mesh_cfg_srv::beacon
store_pending_cfg()
beacon_set()
conf_is_valid()
bt_mesh_secure_beacon_get()
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