ESP-IDF
bt_mesh_prov_link::public_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::public_key
bt_mesh_prov_link::public_key field
Syntax
Show:
Summary
Declaration
from
prov_common.h:192
uint8_t
public_key
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
public_key
;
/* Public Key type */
prov_common.h:192
return
LINK
(
link
)
->
public_key
;
ext.c:1511
bt_mesh_ext_prov_link_get_pub_key_type()
prov_link
.
public_key
=
data
[
1
]
;
prov_node.c:425
prov_start()
if
(
prov_link
.
public_key
==
PROV_OOB_PUB_KEY
)
{
prov_node.c:435
prov_start()
if
(
prov_link
.
public_key
==
PROV_NO_OOB_PUB_KEY
)
{
prov_node.c:740
prov_pub_key()
if
(
prov_link
.
public_key
==
PROV_OOB_PUB_KEY
&&
prov_node.c:766
prov_confirm()
link
->
public_key
=
(
(
bt_mesh_prov_get
(
)
->
prov_pub_key_oob
&&
prov_pvnr.c:1212
prov_capabilities()
net_buf_simple_add_u8
(
&
prov_buf
,
link
->
public_key
)
;
prov_pvnr.c:1321
prov_capabilities()
if
(
link
->
public_key
==
PROV_OOB_PUB_KEY
&&
prov_pvnr.c:1337
prov_capabilities()
link
->
public_key
!=
PROV_OOB_PUB_KEY
)
{
prov_pvnr.c:1701
bt_mesh_provisioner_read_oob_pub_key()
if
(
link
->
public_key
==
PROV_NO_OOB_PUB_KEY
)
{
prov_pvnr.c:1838
send_pub_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::public_key
is written by 2 functions and is read by 7 functions:
prov_start()
prov_capabilities()
All items filtered out
bt_mesh_prov_link::public_key
prov_start()
prov_pub_key()
prov_confirm()
prov_capabilities()
bt_mesh_provisioner_read_oob_pub_key()
send_pub_key()
bt_mesh_ext_prov_link_get_pub_key_type()
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