Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c122 extern int ble_log_init_async(interface_func_t bt_controller_log_interface, bool task_create, uint8…
239 bool task_create; in esp_bt_controller_log_init() local
255 task_create = false; in esp_bt_controller_log_init()
259 task_create = true; in esp_bt_controller_log_init()
270 …ret = ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs_s… in esp_bt_controller_log_init()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c112 extern int r_ble_log_init_async(interface_func_t bt_controller_log_interface, bool task_create, uin…
220 bool task_create; in esp_bt_controller_log_init() local
236 task_create = false; in esp_bt_controller_log_init()
240 task_create = true; in esp_bt_controller_log_init()
251 …ret = r_ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs… in esp_bt_controller_log_init()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c106 extern int r_ble_log_init_async(interface_func_t bt_controller_log_interface, bool task_create, uin…
217 bool task_create; in esp_bt_controller_log_init() local
233 task_create = false; in esp_bt_controller_log_init()
237 task_create = true; in esp_bt_controller_log_init()
248 …ret = r_ble_log_init_async(bt_controller_log_interface, task_create, buffers, (uint32_t *)log_bufs… in esp_bt_controller_log_init()