ESP-IDF
bt_mesh_subnet_keys::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_subnet_keys::beacon
bt_mesh_subnet_keys::beacon field
Syntax
Show:
Summary
Declaration
from
net.h:88
uint8_t
beacon
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
beacon
[
16
]
;
/* BeaconKey */
net.h:88
uint8_t
beacon
[
16
]
;
/* BeaconKey */
subnet.h:63
bt_mesh_beacon_auth
(
keys
->
beacon
,
params
->
flags
,
keys
->
net_id
,
beacon.c:276
auth_match()
err
=
bt_mesh_beacon_auth
(
keys
->
beacon
,
flags
,
keys
->
net_id
,
beacon.c:410
bt_mesh_beacon_update()
err
=
bt_mesh_secure_beacon_key
(
key
,
keys
->
beacon
)
;
net.c:221
bt_mesh_net_keys_create()
BT_DBG
(
"BeaconKey %s"
,
bt_hex
(
keys
->
beacon
,
16
)
)
;
net.c:227
bt_mesh_net_keys_create()
return
bt_mesh_secure_beacon_auth
(
keys
->
beacon
,
flags
,
keys
->
net_id
,
net.c:478
bt_mesh_net_secure_beacon_update()
bt_mesh_secure_beacon_auth
(
keys
->
beacon
,
flags
,
keys
->
net_id
,
iv_index
,
net.c:1234
auth_match()
err
=
bt_mesh_beacon_key
(
key
,
keys
->
beacon
)
;
subnet.c:339
net_keys_create()
BT_DBG
(
"BeaconKey %s"
,
bt_hex
(
keys
->
beacon
,
16
)
)
;
subnet.c:345
net_keys_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet_keys::beacon
is read by 5 functions:
All items filtered out
bt_mesh_subnet_keys::beacon
bt_mesh_net_keys_create()
bt_mesh_net_secure_beacon_update()
auth_match()
bt_mesh_beacon_update()
net_keys_create()
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