ESP-IDF
prov_link_open()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
prov_link_open()
prov_link_open() function
Syntax
Show:
Summary
Declaration
from
pb_adv.c:827
static
int
prov_link_open
(
const
uint8_t
uuid
[
16
]
,
int32_t
timeout
,
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
;
Arguments
Argument
uuid
timeout
cb
cb_data
Examples
References
from
examples
Code
Location
static
int
prov_link_open
(
const
uint8_t
uuid
[
16
]
,
int32_t
timeout
,
pb_adv.c:827
.
link_open
=
prov_link_open
,
pb_adv.c:913
Call Tree
from
examples
prov_link_open()
calls 10 functions:
All items filtered out
prov_link_open()
esp_log_timestamp()
esp_log_write()
atomic_test_and_set_bit()
atomic_set_bit()
net_buf_simple_reset()
bt_rand()
bt_hex()
bt_mesh_adv_enable()
ctl_buf_create()
bearer_ctl_send()
All items filtered out
Data Use
from
examples
prov_link_open()
reads 13 variables and writes 4 variables:
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
::ADV_LINK_ACTIVE
::ADV_PROVISIONER
pb_adv::id
pb_adv::flags
pb_adv::
::buf
pb_adv::rx
pb_adv::tx
link
All items filtered out
prov_link_open()
pb_adv::cb
pb_adv::cb_data
pb_adv::
::id
pb_adv::
::id
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
prov_link_open()
is implemented by 1 functions:
All items filtered out
prov_link_open()
prov_bearer::link_open
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out