ESP-IDF
bt_mesh_private_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_private_key
bt_mesh_private_key variable
Syntax
Show:
Summary
Declaration
from
adapter.c:59
static
uint8_t
bt_mesh_private_key
[
32
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
bt_mesh_private_key
[
32
]
;
adapter.c:59
bt_mesh_rand
(
bt_mesh_private_key
,
sizeof
(
bt_mesh_private_key
)
)
;
adapter.c:1854
bt_mesh_adapt_init()
memcpy
(
bt_mesh_private_key
,
pri_key
,
32
)
;
adapter.c:1859
bt_mesh_set_private_key()
memcpy
(
private_key
,
bt_mesh_private_key
,
BT_OCTET32_LEN
)
;
adapter.c:1885
bt_mesh_pub_key_get()
BT_DBG
(
"private key = %s"
,
bt_hex
(
bt_mesh_private_key
,
BT_OCTET32_LEN
)
)
;
adapter.c:1917
bt_mesh_dh_key_gen()
memcpy
(
private_key
,
bt_mesh_private_key
,
BT_OCTET32_LEN
)
;
adapter.c:1919
bt_mesh_dh_key_gen()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_private_key
is read by 4 functions:
All items filtered out
bt_mesh_private_key
bt_mesh_adapt_init()
bt_mesh_set_private_key()
bt_mesh_pub_key_get()
bt_mesh_dh_key_gen()
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