Home
last modified time | relevance | path

Searched refs:__ASSERT (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c27 __ASSERT(mutex->buffer, "Failed to create mutex buffer"); in bt_mesh_mutex_create()
29 __ASSERT(mutex->mutex, "Failed to create static mutex"); in bt_mesh_mutex_create()
32 __ASSERT(mutex->mutex, "Failed to create mutex"); in bt_mesh_mutex_create()
Dmesh_timer.c51 __ASSERT(bm_alarm_hash_map, "Failed to create hash map"); in bt_mesh_timer_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c595 __ASSERT(adv_queue.handle, "Failed to create queue"); in bt_mesh_adv_init()
602 __ASSERT(adv_queue.buffer, "Failed to create queue buffer"); in bt_mesh_adv_init()
608 __ASSERT(adv_queue.storage, "Failed to create queue storage"); in bt_mesh_adv_init()
610 __ASSERT(adv_queue.handle, "Failed to create static queue"); in bt_mesh_adv_init()
616 __ASSERT(relay_queue.handle, "Failed to create relay queue"); in bt_mesh_adv_init()
623 __ASSERT(relay_queue.buffer, "Failed to create relay queue buffer"); in bt_mesh_adv_init()
629 __ASSERT(relay_queue.storage, "Failed to create relay queue storage"); in bt_mesh_adv_init()
631 __ASSERT(relay_queue.handle, "Failed to create static relay queue"); in bt_mesh_adv_init()
635 __ASSERT(mesh_queue_set, "Failed to create queue set"); in bt_mesh_adv_init()
644 __ASSERT(adv_task.task, "Failed to create adv thread task"); in bt_mesh_adv_init()
[all …]
Dprov.c1799 __ASSERT(prov_info->uuid, "Device UUID not initialized"); in bt_mesh_prov_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c173 __ASSERT(work, "Invalid parameter"); in bt_mesh_server_alloc_ctx()
176 __ASSERT(work->_reserved, "Out of memory"); in bt_mesh_server_alloc_ctx()
183 __ASSERT(work, "Invalid parameter"); in bt_mesh_server_free_ctx()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h75 #ifndef __ASSERT
76 #define __ASSERT(test, str) assert(test) macro
Dmesh_byteorder.h562 __ASSERT(((psrc < pdst && (psrc + length) <= pdst) || in sys_memcpy_swap()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_common_api.c99__ASSERT(xSemaphoreTake(semaphore, 3000 / portTICK_PERIOD_MS) == pdTRUE, "BLE Mesh deinit take sem… in esp_ble_mesh_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1072 __ASSERT(model && model->op, "Invalid parameter"); in btc_ble_mesh_client_model_init()