ESP-IDF
bt_mesh_prov_link::
::pub_key_provisioner
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_prov_link::
::pub_key_provisioner
bt_mesh_prov_link::
::pub_key_provisioner field
Syntax
Show:
Summary
Declaration
from
prov.h:134
uint8_t
pub_key_provisioner
[
PDU_LEN_PUB_KEY
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
pub_key_provisioner
[
PDU_LEN_PUB_KEY
]
;
/* big-endian */
prov.h:134
remote_pk
=
bt_mesh_prov_link
.
conf_inputs
.
pub_key_provisioner
;
prov_device.c:302
prov_dh_key_gen()
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
pub_key_provisioner
,
data
,
PDU_LEN_PUB_KEY
)
;
prov_device.c:341
prov_pub_key()
memcpy
(
bt_mesh_prov_link
.
conf_inputs
.
pub_key_provisioner
,
&
buf
->
om_data
[
1
]
,
PDU_LEN_PUB_KEY
)
;
provisioner.c:338
send_pub_key()
local_pk
=
bt_mesh_prov_link
.
conf_inputs
.
pub_key_provisioner
;
provisioner.c:378
prov_dh_key_gen()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::pub_key_provisioner
is read by 4 functions:
All items filtered out
bt_mesh_prov_link::
::pub_key_provisioner
prov_dh_key_gen()
prov_pub_key()
send_pub_key()
prov_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