ESP-IDF
bt_mesh_public_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_public_key
bt_mesh_public_key variable
Syntax
Show:
Summary
Declaration
from
adapter.c:58
static
uint8_t
bt_mesh_public_key
[
64
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
bt_mesh_public_key
[
64
]
;
adapter.c:58
return
bt_mesh_public_key
;
adapter.c:1868
bt_mesh_pub_key_get()
memcpy
(
bt_mesh_public_key
,
public_key
.
x
,
BT_OCTET32_LEN
)
;
adapter.c:1888
bt_mesh_pub_key_get()
memcpy
(
bt_mesh_public_key
+
BT_OCTET32_LEN
,
public_key
.
y
,
BT_OCTET32_LEN
)
;
adapter.c:1889
bt_mesh_pub_key_get()
BT_DBG
(
"Public Key %s"
,
bt_hex
(
bt_mesh_public_key
,
sizeof
(
bt_mesh_public_key
)
)
)
;
adapter.c:1893
bt_mesh_pub_key_get()
return
bt_mesh_public_key
;
adapter.c:1895
bt_mesh_pub_key_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_public_key
is read by 1 function:
All items filtered out
bt_mesh_public_key
bt_mesh_pub_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