Home
last modified time | relevance | path

Searched refs:mesh_init (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_common_api.c41 arg.mesh_init.prov = prov; in esp_ble_mesh_init()
42 arg.mesh_init.comp = comp; in esp_ble_mesh_init()
44 arg.mesh_init.semaphore = semaphore; in esp_ble_mesh_init()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/
Dmain.c31 static bool mesh_init = false; variable
35 return mesh_init; in bt_mesh_is_initialized()
353 if (mesh_init == true) { in bt_mesh_init()
424 mesh_init = true; in bt_mesh_init()
438 if (mesh_init == false) { in bt_mesh_deinit()
541 mesh_init = false; in bt_mesh_deinit()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1753 for (int i = 0; i < arg->mesh_init.comp->element_count; i++) { in btc_ble_mesh_prov_call_handler()
1754 esp_ble_mesh_elem_t *elem = &arg->mesh_init.comp->elements[i]; in btc_ble_mesh_prov_call_handler()
1777 arg->mesh_init.prov->oob_pub_key_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_oob_pub_key_cb; in btc_ble_mesh_prov_call_handler()
1778 arg->mesh_init.prov->output_num_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_output_number_cb; in btc_ble_mesh_prov_call_handler()
1779 arg->mesh_init.prov->output_str_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_output_string_cb; in btc_ble_mesh_prov_call_handler()
1780 arg->mesh_init.prov->input_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_input_cb; in btc_ble_mesh_prov_call_handler()
1781 arg->mesh_init.prov->link_open_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_link_open_cb; in btc_ble_mesh_prov_call_handler()
1782 arg->mesh_init.prov->link_close_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_link_close_cb; in btc_ble_mesh_prov_call_handler()
1783 arg->mesh_init.prov->complete_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_complete_cb; in btc_ble_mesh_prov_call_handler()
1784 arg->mesh_init.prov->reset_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_reset_cb; in btc_ble_mesh_prov_call_handler()
[all …]
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h95 } mesh_init; member