ESP-IDF
bt_mesh_provisioner_prov_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_provisioner_prov_init()
bt_mesh_provisioner_prov_init() function
This function initializes provisioner's PB-GATT and PB-ADV related information.
Syntax
Show:
Summary
Declaration
from
prov_pvnr.h:115
int
bt_mesh_provisioner_prov_init
(
void
)
;
Return value
Zero - success, otherwise - fail
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_prov_init
(
void
)
prov_pvnr.c:2766
int
bt_mesh_provisioner_prov_init
(
void
)
;
prov_pvnr.h:115
err
=
bt_mesh_provisioner_prov_init
(
)
;
main.c:469
bt_mesh_init()
Call Tree
from
examples
bt_mesh_provisioner_prov_init()
is called by 1 function and calls 8 functions:
bt_mesh_init()
All items filtered out
bt_mesh_provisioner_prov_init()
esp_log_timestamp()
esp_log_write()
k_delayed_work_init()
bt_mesh_pub_key_get()
bt_mesh_mutex_create()
bt_mesh_prov_get()
bt_mesh_prov_retransmit_init()
get_rx_buf()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_prov_init()
reads 18 variables and writes 13 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_prov::prov_static_oob_val
bt_mesh_prov::prov_static_oob_len
k_delayed_work::work
bt_mesh_prov_link::rx
bt_mesh_prov_link::prot_timer
pvnr_next_xact_id()
close_link()
prov_send_gatt()
prov_rx_buf::buf
rx_buf
rx_buf_data
prov_links
bt_mesh_prov_ctx::static_oob_len
bt_mesh_prov_ctx::static_oob_val
prov_ctx
reset_adv_link()
protocol_timeout()
All items filtered out
bt_mesh_provisioner_prov_init()
net_buf_simple::size
net_buf_simple::__buf
k_work::user_data
bt_mesh_prov_link::pb_gatt_send
bt_mesh_prov_link::pending_ack
bt_mesh_prov_link::next_xact_id
bt_mesh_prov_link::reset_adv_link
bt_mesh_prov_link::retrans_timeout
bt_mesh_prov_link::
::prev_id
bt_mesh_prov_link::
::buf
bt_mesh_prov_ctx::primary_addr
bt_mesh_prov_ctx::static_oob_len
bt_mesh_prov_link::last_tx_pdu
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