ESP-IDF
pub_key_ready()
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
pub_key_ready()
pub_key_ready() function
Syntax
Show:
Summary
Declaration
Definition
from
provisioner.c:37
static
void
pub_key_ready
(
const
uint8_t
*
pkey
)
;
Implemented in
provisioner.c:418
Arguments
Argument
pkey
Examples
References
from
examples
Code
Location
Referrer
static
void
pub_key_ready
(
const
uint8_t
*
pkey
)
provisioner.c:418
static
void
pub_key_ready
(
const
uint8_t
*
pkey
)
;
provisioner.c:37
return
bt_mesh_prov_reset_state
(
pub_key_ready
)
;
provisioner.c:46
reset_state()
Call Tree
from
examples
pub_key_ready()
calls 4 functions:
All items filtered out
pub_key_ready()
esp_log_timestamp()
esp_log_write()
atomic_test_and_clear_bit()
send_pub_key()
All items filtered out
Data Use
from
examples
pub_key_ready()
reads 8 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
::WAIT_PUB_KEY
bt_mesh_prov_link::flags
bt_mesh_prov_link
All items filtered out
pub_key_ready()
reset_state()
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