ESP-IDF
PUB_KEY_SENT
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
PUB_KEY_SENT
PUB_KEY_SENT value
Syntax
Show:
Summary
Declaration
from
prov.h:87
PUB_KEY_SENT
;
Examples
References
from
examples
Code
Location
Referrer
PUB_KEY_SENT
,
/* Public key has been sent */
prov.h:87
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
PUB_KEY_SENT
)
;
prov_device.c:221
public_key_sent()
if
(
atomic_test_bit
(
bt_mesh_prov_link
.
flags
,
PUB_KEY_SENT
)
||
prov_device.c:557
local_input_complete()
atomic_set_bit
(
bt_mesh_prov_link
.
flags
,
PUB_KEY_SENT
)
;
provisioner.c:307
public_key_sent()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PUB_KEY_SENT
is read by 3 functions:
All items filtered out
PUB_KEY_SENT
public_key_sent()
local_input_complete()
public_key_sent()
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