Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/bt/esp_ble_mesh/mesh_core/
Dmain.c31 static bool mesh_init = false; variable
35 return mesh_init; in bt_mesh_is_initialized()
375 if (mesh_init == true) { in bt_mesh_init()
446 mesh_init = true; in bt_mesh_init()
460 if (mesh_init == false) { in bt_mesh_deinit()
563 mesh_init = false; in bt_mesh_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1778 for (int i = 0; i < arg->mesh_init.comp->element_count; i++) { in btc_ble_mesh_prov_call_handler()
1779 esp_ble_mesh_elem_t *elem = &arg->mesh_init.comp->elements[i]; in btc_ble_mesh_prov_call_handler()
1802 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()
1803 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()
1804 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()
1805 arg->mesh_init.prov->input_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_input_cb; in btc_ble_mesh_prov_call_handler()
1806 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()
1807 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()
1808 arg->mesh_init.prov->complete_cb = (esp_ble_mesh_cb_t)btc_ble_mesh_complete_cb; in btc_ble_mesh_prov_call_handler()
1809 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-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h95 } mesh_init; member