ESP-IDF
bt_mesh_rx_netkey_size()
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_rx_netkey_size()
bt_mesh_rx_netkey_size() function
Syntax
Show:
Summary
Declaration
Definition
from
access.h:65
size_t
bt_mesh_rx_netkey_size
(
void
)
;
Implemented in
access.c:1183
Examples
References
from
examples
Code
Location
Referrer
size_t
bt_mesh_rx_netkey_size
(
void
)
access.c:1183
size_t
bt_mesh_rx_netkey_size
(
void
)
;
access.h:65
subnet_size
=
bt_mesh_rx_netkey_size
(
)
;
beacon.c:61
cache_check()
subnet_size
=
bt_mesh_rx_netkey_size
(
)
;
beacon.c:157
secure_beacon_send()
subnet_size
=
bt_mesh_rx_netkey_size
(
)
;
beacon.c:301
update_beacon_observation()
subnet_size
=
bt_mesh_rx_netkey_size
(
)
;
beacon.c:567
bt_mesh_secure_beacon_enable()
return
bt_mesh_rx_netkey_size
(
)
;
ext.c:732
bt_mesh_ext_rx_netkey_size()
size_t
subnet_size
=
bt_mesh_rx_netkey_size
(
)
;
net.c:786
bt_mesh_net_iv_update()
subnet_size
=
bt_mesh_rx_netkey_size
(
)
;
net.c:1253
bt_mesh_subnet_find_with_snb()
array_size
=
bt_mesh_rx_netkey_size
(
)
;
net.c:1391
net_find_and_decrypt()
Call Tree
from
examples
bt_mesh_rx_netkey_size()
is called by 8 functions and calls 2 functions:
cache_check()
secure_beacon_send()
update_beacon_observation()
bt_mesh_secure_beacon_enable()
bt_mesh_net_iv_update()
bt_mesh_subnet_find_with_snb()
net_find_and_decrypt()
bt_mesh_ext_rx_netkey_size()
All items filtered out
bt_mesh_rx_netkey_size()
bt_mesh_is_provisioned()
bt_mesh_is_provisioner_en()
All items filtered out
Data Use
from
examples
bt_mesh_rx_netkey_size()
reads 3 variables:
bt_mesh_net::sub
bt_mesh
bt_mesh_net::p_sub
All items filtered out
bt_mesh_rx_netkey_size()
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