ESP-IDF
bt_mesh_prov_link::
::pub_key_device
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_prov_link::
::pub_key_device
bt_mesh_prov_link::
::pub_key_device field
Syntax
Show:
Summary
Declaration
from
prov.h:135
uint8_t
pub_key_device
[
PDU_LEN_PUB_KEY
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
pub_key_device
[
PDU_LEN_PUB_KEY
]
;
/* big-endian */
prov.h:135
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
pub_key_device
,
&
buf
->
om_data
[
1
]
,
PDU_LEN_PUB_KEY
)
;
prov_device.c:260
send_pub_key()
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
pub_key_device
,
bt_mesh_prov
->
public_key_be
,
prov_device.c:352
prov_pub_key()
remote_pk
=
bt_mesh_prov_link
.
conf_inputs
.
pub_key_device
;
provisioner.c:379
prov_dh_key_gen()
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
pub_key_device
,
data
,
BT_PUB_KEY_LEN
)
;
provisioner.c:412
prov_pub_key()
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
pub_key_device
,
public_key
,
PDU_LEN_PUB_KEY
)
;
provisioner.c:720
bt_mesh_prov_remote_pub_key_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::pub_key_device
is read by 5 functions:
All items filtered out
bt_mesh_prov_link::
::pub_key_device
send_pub_key()
prov_pub_key()
prov_dh_key_gen()
prov_pub_key()
bt_mesh_prov_remote_pub_key_set()
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