ESP-IDF
bt_mesh_subnet::snb_sent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_subnet::snb_sent
bt_mesh_subnet::snb_sent field
Syntax
Show:
Summary
Declaration
from
net.h:47
uint32_t
snb_sent
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
snb_sent
;
/* Timestamp of last sent secure network beacon */
net.h:47
sub
->
snb_sent
=
k_uptime_get_32
(
)
;
beacon.c:114
secure_beacon_complete()
time_diff
=
now
-
sub
->
snb_sent
;
beacon.c:168
secure_beacon_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet::snb_sent
is written by 1 function and is read by 1 function:
secure_beacon_complete()
All items filtered out
bt_mesh_subnet::snb_sent
secure_beacon_send()
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