ESP-IDF
bt_mesh_subnet::snb_cache
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_cache
bt_mesh_subnet::snb_cache field
Syntax
Show:
Summary
Declaration
from
net.h:50
uint8_t
snb_cache
[
21
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
snb_cache
[
21
]
;
/* Cached last receive authenticated secure beacon */
net.h:50
cache
=
sub
->
snb_cache
;
beacon.c:73
cache_check()
memcpy
(
sub
->
snb_cache
,
data
,
21
)
;
beacon.c:92
cache_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet::snb_cache
is read by 2 functions:
All items filtered out
bt_mesh_subnet::snb_cache
cache_check()
cache_add()
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