Home
last modified time | relevance | path

Searched refs:bt_mesh_is_initialized (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h453 bool bt_mesh_is_initialized(void);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dmain.c33 bool bt_mesh_is_initialized(void) in bt_mesh_is_initialized() function
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1067 if (!bt_mesh_is_initialized()) { in btc_ble_mesh_client_model_init()