wifi_coexist sample
example_ble_mesh_provisioning_cb()
is only used within wifi_coexist sample.
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
wifi_coexist sample
example_ble_mesh_provisioning_cb()
example_ble_mesh_provisioning_cb() function
Syntax
Show:
Summary
Declaration
from
main.c:345
static
void
example_ble_mesh_provisioning_cb
(
esp_ble_mesh_prov_cb_event_t
event
,
esp_ble_mesh_prov_cb_param_t
*
param
)
;
Arguments
Argument
event
param
Examples
References
from
examples
Code
Location
Referrer
static
void
example_ble_mesh_provisioning_cb
(
esp_ble_mesh_prov_cb_event_t
event
,
main.c:345
esp_ble_mesh_register_prov_callback
(
example_ble_mesh_provisioning_cb
)
;
main.c:722
ble_mesh_init()
Call Tree
from
examples
example_ble_mesh_provisioning_cb()
calls 9 functions:
All items filtered out
example_ble_mesh_provisioning_cb()
esp_log_timestamp()
esp_log_write()
example_handle_fast_prov_info_set_comp_evt()
example_handle_fast_prov_action_set_comp_evt()
node_prov_complete()
provisioner_prov_link_open()
provisioner_prov_link_close()
provisioner_prov_complete()
example_recv_unprov_adv_pkt()
All items filtered out
Data Use
from
examples
example_ble_mesh_provisioning_cb()
reads 68 variables and writes 3 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
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROV_REGISTER_COMP_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_NODE_PROV_ENABLE_COMP_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_NODE_PROV_LINK_OPEN_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_NODE_PROV_LINK_CLOSE_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_NODE_PROV_COMPLETE_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_NODE_PROXY_GATT_DISABLE_COMP_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROVISIONER_RECV_UNPROV_ADV_PKT_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROVISIONER_PROV_LINK_OPEN_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROVISIONER_PROV_LINK_CLOSE_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROVISIONER_PROV_COMPLETE_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROVISIONER_ADD_UNPROV_DEV_COMP_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROVISIONER_SET_DEV_UUID_MATCH_COMP_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_PROVISIONER_SET_NODE_NAME_COMP_EVT
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_SET_FAST_PROV_INFO_COMP_EVT
ble_mesh_provisioner_add_unprov_dev_comp_param::err_code
esp_ble_mesh_prov_cb_param_t::provisioner_add_unprov_dev_comp
ble_mesh_provisioner_set_dev_uuid_match_comp_param::err_code
esp_ble_mesh_prov_cb_param_t::provisioner_set_dev_uuid_match_comp
ble_mesh_provisioner_set_node_name_comp_param::err_code
esp_ble_mesh_prov_cb_param_t::provisioner_set_node_name_comp
ble_mesh_set_fast_prov_info_comp_param::status_unicast
ble_mesh_set_fast_prov_info_comp_param::status_net_idx
ble_mesh_set_fast_prov_info_comp_param::status_match
esp_ble_mesh_prov_cb_param_t::set_fast_prov_info_comp
ble_mesh_set_fast_prov_action_comp_param::status_action
esp_ble_mesh_prov_cb_param_t::set_fast_prov_action_comp
esp_ble_mesh_prov_cb_event_t::ESP_BLE_MESH_SET_FAST_PROV_ACTION_COMP_EVT
ble_mesh_prov_register_comp_param::err_code
esp_ble_mesh_prov_cb_param_t::prov_register_comp
ble_mesh_prov_enable_comp_param::err_code
esp_ble_mesh_prov_cb_param_t::node_prov_enable_comp
ble_mesh_link_open_evt_param::bearer
esp_ble_mesh_prov_cb_param_t::node_prov_link_open
ble_mesh_link_close_evt_param::bearer
esp_ble_mesh_prov_cb_param_t::node_prov_link_close
ble_mesh_provision_complete_evt_param::net_idx
ble_mesh_provision_complete_evt_param::addr
ble_mesh_provision_complete_evt_param::flags
ble_mesh_provision_complete_evt_param::iv_index
esp_ble_mesh_prov_cb_param_t::node_prov_complete
ble_mesh_provisioner_recv_unprov_adv_pkt_param::dev_uuid
ble_mesh_provisioner_recv_unprov_adv_pkt_param::addr
ble_mesh_provisioner_recv_unprov_adv_pkt_param::addr_type
ble_mesh_provisioner_recv_unprov_adv_pkt_param::oob_info
ble_mesh_provisioner_recv_unprov_adv_pkt_param::adv_type
ble_mesh_provisioner_recv_unprov_adv_pkt_param::bearer
esp_ble_mesh_prov_cb_param_t::provisioner_recv_unprov_adv_pkt
ble_mesh_provisioner_link_open_evt_param::bearer
esp_ble_mesh_prov_cb_param_t::provisioner_prov_link_open
ble_mesh_provisioner_link_close_evt_param::bearer
ble_mesh_provisioner_link_close_evt_param::reason
esp_ble_mesh_prov_cb_param_t::provisioner_prov_link_close
ble_mesh_provisioner_prov_comp_param::node_idx
ble_mesh_provisioner_prov_comp_param::device_uuid
ble_mesh_provisioner_prov_comp_param::unicast_addr
ble_mesh_provisioner_prov_comp_param::element_num
ble_mesh_provisioner_prov_comp_param::netkey_idx
esp_ble_mesh_prov_cb_param_t::provisioner_prov_complete
esp_ble_mesh_prov_bearer_t::ESP_BLE_MESH_PROV_ADV
example_fast_prov_server_t::model
example_fast_prov_server_t::primary_role
fast_prov_server
config_server
All items filtered out
example_ble_mesh_provisioning_cb()
ble_mesh_init()
esp_ble_mesh_cfg_srv_t::relay
prov_start
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