ESP-IDF
REMOTE_PUB_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
REMOTE_PUB_KEY
REMOTE_PUB_KEY value
Syntax
Show:
Summary
Declaration
from
prov.h:88
REMOTE_PUB_KEY
;
Examples
References
from
examples
Code
Location
Referrer
REMOTE_PUB_KEY
,
/* Remote key has been received */
prov.h:88
if
(
atomic_test_bit
(
bt_mesh_prov_link
.
flags
,
REMOTE_PUB_KEY
)
&&
oob_pub_key
)
{
provisioner.c:109
send_start()
atomic_test_bit
(
bt_mesh_prov_link
.
flags
,
REMOTE_PUB_KEY
)
)
{
provisioner.c:310
public_key_sent()
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
REMOTE_PUB_KEY
)
;
provisioner.c:409
prov_pub_key()
if
(
atomic_test_and_set_bit
(
bt_mesh_prov_link
.
flags
,
REMOTE_PUB_KEY
)
)
{
provisioner.c:715
bt_mesh_prov_remote_pub_key_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
REMOTE_PUB_KEY
is read by 4 functions:
All items filtered out
REMOTE_PUB_KEY
send_start()
public_key_sent()
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