ESP-IDF
beacon_params::flags
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
beacon_params::flags
beacon_params::flags field
Syntax
Show:
Summary
Declaration
from
beacon.c:262
uint8_t
flags
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
flags
;
beacon.c:262
bt_mesh_beacon_auth
(
keys
->
beacon
,
params
->
flags
,
keys
->
net_id
,
beacon.c:276
auth_match()
params
.
flags
=
net_buf_simple_pull_u8
(
buf
)
;
beacon.c:322
secure_beacon_recv()
params
.
flags
,
bt_hex
(
params
.
net_id
,
8
)
,
params
.
iv_index
)
;
beacon.c:328
secure_beacon_recv()
bt_mesh_kr_update
(
sub
,
BT_MESH_KEY_REFRESH
(
params
.
flags
)
,
beacon.c:343
secure_beacon_recv()
BT_MESH_IV_UPDATE
(
params
.
flags
)
)
)
{
beacon.c:358
secure_beacon_recv()
bt_mesh_net_iv_update
(
params
.
iv_index
,
BT_MESH_IV_UPDATE
(
params
.
flags
)
)
;
beacon.c:362
secure_beacon_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
beacon_params::flags
is written by 1 function and is read by 2 functions:
secure_beacon_recv()
All items filtered out
beacon_params::flags
auth_match()
secure_beacon_recv()
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