Searched refs:mesh_init (Results 1 – 4 of 4) sorted by relevance
41 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()
31 static bool mesh_init = false; variable35 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()
1778 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 …]
95 } mesh_init; member