ESP-IDF
bt_mesh_dev_key_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_dev_key_get()
bt_mesh_dev_key_get() function
Syntax
Show:
Summary
Declaration
Definition
from
access.h:63
const
uint8_t
*
bt_mesh_dev_key_get
(
uint16_t
dst
)
;
Implemented in
access.c:1166
Arguments
Argument
dst
Examples
References
from
examples
Code
Location
Referrer
const
uint8_t
*
bt_mesh_dev_key_get
(
uint16_t
dst
)
access.c:1166
const
uint8_t
*
bt_mesh_dev_key_get
(
uint16_t
dst
)
;
access.h:63
*
key
=
bt_mesh_dev_key_get
(
dst
)
;
transport.c:201
bt_mesh_upper_key_get()
Call Tree
from
examples
bt_mesh_dev_key_get()
is called by 1 function and calls 4 functions:
bt_mesh_upper_key_get()
All items filtered out
bt_mesh_dev_key_get()
bt_mesh_is_provisioned()
bt_mesh_is_provisioner_en()
bt_mesh_fast_prov_dev_key_get()
bt_mesh_provisioner_dev_key_get()
All items filtered out
Data Use
from
examples
bt_mesh_dev_key_get()
reads 2 variables:
bt_mesh_net::dev_key
bt_mesh
All items filtered out
bt_mesh_dev_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