ESP-IDF
key_update_find()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
key_update_find()
key_update_find() function
Syntax
Show:
Summary
Declaration
from
settings.c:2192
static
struct
key_update
*
key_update_find
(
bool
app_key
,
uint16_t
key_idx
,
struct
key_update
*
*
free_slot
)
;
Arguments
Argument
app_key
key_idx
free_slot
Examples
References
from
examples
Code
Location
Referrer
static
struct
key_update
*
key_update_find
(
bool
app_key
,
uint16_t
key_idx
,
settings.c:2192
update
=
key_update_find
(
false
,
sub
->
net_idx
,
&
free_slot
)
;
settings.c:2227
bt_mesh_store_subnet()
update
=
key_update_find
(
true
,
key
->
app_idx
,
&
free_slot
)
;
settings.c:2254
bt_mesh_store_app_key()
update
=
key_update_find
(
false
,
sub
->
net_idx
,
&
free_slot
)
;
settings.c:2304
bt_mesh_clear_subnet()
update
=
key_update_find
(
true
,
key
->
app_idx
,
&
free_slot
)
;
settings.c:2331
bt_mesh_clear_app_key()
Call Tree
from
examples
key_update_find()
is called by 4 functions:
bt_mesh_store_subnet()
bt_mesh_store_app_key()
bt_mesh_clear_subnet()
bt_mesh_clear_app_key()
All items filtered out
key_update_find()
All items filtered out
Data Use
from
examples
key_update_find()
reads 4 variables:
key_update::key_idx
key_update::valid
key_update::app_key
key_updates
All items filtered out
key_update_find()
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