ESP-IDF
bt_mesh_secure_beacon_get()
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_secure_beacon_get()
bt_mesh_secure_beacon_get() function
Syntax
Show:
Summary
Declaration
Definition
from
foundation.h:283
uint8_t
bt_mesh_secure_beacon_get
(
void
)
;
Implemented in
cfg_srv.c:3774
Examples
References
from
examples
Code
Location
Referrer
uint8_t
bt_mesh_secure_beacon_get
(
void
)
cfg_srv.c:3774
uint8_t
bt_mesh_secure_beacon_get
(
void
)
;
foundation.h:283
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
||
beacon.c:346
secure_beacon_send_timeout()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
&&
beacon.c:453
secure_beacon_recv()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_DISABLED
)
{
beacon.c:545
bt_mesh_beacon_ivu_initiator()
net_buf_simple_add_u8
(
&
msg
,
bt_mesh_secure_beacon_get
(
)
)
;
cfg_srv.c:778
beacon_get()
net_buf_simple_add_u8
(
&
msg
,
bt_mesh_secure_beacon_get
(
)
)
;
cfg_srv.c:818
beacon_set()
return
bt_mesh_secure_beacon_get
(
)
;
ext.c:1257
bt_mesh_ext_secure_beacon_get()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
)
{
fast_prov.c:168
bt_mesh_set_fast_prov_action()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
)
{
fast_prov.c:182
bt_mesh_set_fast_prov_action()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
)
{
main.c:339
bt_mesh_suspend()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
)
{
main.c:385
bt_mesh_resume()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
)
{
main.c:713
bt_mesh_provisioner_enable()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
)
{
main.c:785
bt_mesh_provisioner_disable()
if
(
bt_mesh_secure_beacon_get
(
)
==
BLE_MESH_SECURE_BEACON_ENABLED
)
{
net.c:2019
bt_mesh_net_start()
Call Tree
from
examples
bt_mesh_secure_beacon_get()
is called by 12 functions:
beacon_get()
beacon_set()
secure_beacon_send_timeout()
secure_beacon_recv()
bt_mesh_beacon_ivu_initiator()
bt_mesh_suspend()
bt_mesh_resume()
bt_mesh_provisioner_enable()
bt_mesh_provisioner_disable()
bt_mesh_net_start()
bt_mesh_ext_secure_beacon_get()
bt_mesh_set_fast_prov_action()
All items filtered out
bt_mesh_secure_beacon_get()
All items filtered out
Data Use
from
examples
bt_mesh_secure_beacon_get()
reads 2 variables:
bt_mesh_cfg_srv::beacon
conf
All items filtered out
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