ESP-IDF
bt_mesh_app_key_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_app_key_get()
bt_mesh_app_key_get() function
Syntax
Show:
Summary
Declaration
Definition
from
transport.h:101
struct
bt_mesh_app_key
*
bt_mesh_app_key_get
(
uint16_t
app_idx
)
;
Implemented in
transport.c:165
Arguments
Argument
app_idx
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_app_key
*
bt_mesh_app_key_get
(
uint16_t
app_idx
)
transport.c:165
struct
bt_mesh_app_key
*
bt_mesh_app_key_get
(
uint16_t
app_idx
)
;
transport.h:101
key
=
bt_mesh_app_key_get
(
pub
->
key
)
;
access.c:199
publish_retransmit()
key
=
bt_mesh_app_key_get
(
pub
->
key
)
;
access.c:1081
bt_mesh_model_publish()
if
(
!
bt_mesh_app_key_get
(
app_idx
)
||
cfg_srv.c:354
_mod_pub_set()
if
(
!
bt_mesh_app_key_get
(
key_idx
)
)
{
cfg_srv.c:392
mod_bind()
if
(
!
bt_mesh_app_key_get
(
key_idx
)
)
{
cfg_srv.c:424
mod_unbind()
key
=
bt_mesh_app_key_get
(
app_idx
)
;
cfg_srv.c:478
app_key_set()
key
=
bt_mesh_app_key_get
(
key_app_idx
)
;
cfg_srv.c:668
app_key_del()
return
bt_mesh_app_key_get
(
app_idx
)
;
ext.c:1053
bt_mesh_ext_app_key_get()
key
=
bt_mesh_app_key_get
(
app_idx
)
;
local.c:181
bt_mesh_node_get_local_app_key()
key
=
bt_mesh_app_key_get
(
app_idx
)
;
local.c:282
bt_mesh_node_local_app_key_add()
if
(
bt_mesh_app_key_get
(
app_idx
)
==
NULL
)
{
local.c:344
bt_mesh_node_bind_app_key_to_model()
key
=
bt_mesh_app_key_get
(
app_idx
)
;
pvnr_mgmt.c:1020
bt_mesh_provisioner_local_app_key_update()
key
=
bt_mesh_app_key_get
(
update
->
key_idx
)
;
settings.c:1877
store_pending_keys()
app_key
=
bt_mesh_app_key_get
(
app_idx
)
;
transport.c:216
bt_mesh_upper_key_get()
Call Tree
from
examples
bt_mesh_app_key_get()
is called by 14 functions and calls 3 functions:
bt_mesh_upper_key_get()
store_pending_keys()
publish_retransmit()
bt_mesh_model_publish()
_mod_pub_set()
mod_bind()
mod_unbind()
app_key_set()
app_key_del()
bt_mesh_node_get_local_app_key()
bt_mesh_node_local_app_key_add()
bt_mesh_node_bind_app_key_to_model()
bt_mesh_provisioner_local_app_key_update()
bt_mesh_ext_app_key_get()
All items filtered out
bt_mesh_app_key_get()
bt_mesh_is_provisioned()
bt_mesh_is_provisioner_en()
bt_mesh_fast_prov_app_key_find()
All items filtered out
Data Use
from
examples
bt_mesh_app_key_get()
reads 5 variables:
bt_mesh_net::app_keys
bt_mesh_app_key::net_idx
bt_mesh_app_key::app_idx
bt_mesh
bt_mesh_net::p_app_keys
All items filtered out
bt_mesh_app_key_get()
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