ESP-IDF
public_key_sent()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
public_key_sent()
public_key_sent() function
Syntax
Show:
Summary
Declaration
from
provisioner.c:305
static
void
public_key_sent
(
int
err
,
void
*
cb_data
)
;
Arguments
Argument
err
cb_data
Examples
References
from
examples
Code
Location
Referrer
static
void
public_key_sent
(
int
err
,
void
*
cb_data
)
provisioner.c:305
if
(
bt_mesh_prov_send
(
buf
,
public_key_sent
)
)
{
provisioner.c:340
send_pub_key()
Call Tree
from
examples
public_key_sent()
calls 3 functions:
All items filtered out
public_key_sent()
atomic_test_bit()
atomic_set_bit()
prov_dh_key_gen()
All items filtered out
Data Use
from
examples
public_key_sent()
reads 5 variables and writes 1 variable:
::OOB_PUB_KEY
::PUB_KEY_SENT
::REMOTE_PUB_KEY
bt_mesh_prov_link::flags
bt_mesh_prov_link
All items filtered out
public_key_sent()
send_pub_key()
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