Home
last modified time | relevance | path

Searched refs:controller_task_stack_size (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/include/esp32c2/include/
Desp_bt.h206 uint16_t controller_task_stack_size; /*!< Size of Bluetooth controller task stack */ member
262 .controller_task_stack_size = NIMBLE_LL_STACK_SIZE, \
/hal_espressif-latest/components/bt/include/esp32c6/include/
Desp_bt.h195 uint16_t controller_task_stack_size; /*!< Controller task stack size */ member
247 .controller_task_stack_size = NIMBLE_LL_STACK_SIZE, \
/hal_espressif-latest/components/bt/include/esp32h2/include/
Desp_bt.h200 uint16_t controller_task_stack_size; /*!< Size of Bluetooth controller task stack */ member
252 .controller_task_stack_size = NIMBLE_LL_STACK_SIZE, \
/hal_espressif-latest/components/bt/include/esp32h4/include/
Desp_bt.h187 uint16_t controller_task_stack_size; member
240 .controller_task_stack_size = NIMBLE_LL_STACK_SIZE, \
/hal_espressif-latest/components/bt/include/esp32/include/
Desp_bt.h218 .controller_task_stack_size = ESP_TASK_BT_CONTROLLER_STACK, \
263 uint16_t controller_task_stack_size; /*!< Bluetooth Controller task stack size in bytes */ member
/hal_espressif-latest/zephyr/esp32/include/bt/
Desp_bt.h238 .controller_task_stack_size = CONFIG_ESP32_BT_CONTROLLER_STACK_SIZE, \
283 uint16_t controller_task_stack_size; /*!< Bluetooth Controller task stack size in bytes */ member
/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h325 .controller_task_stack_size = CONFIG_ESP32_BT_CONTROLLER_STACK_SIZE, \
401 uint16_t controller_task_stack_size; /*!< Bluetooth Controller task stack size in bytes */ member
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h294 .controller_task_stack_size = CONFIG_ESP32_BT_CONTROLLER_STACK_SIZE, \
368 uint16_t controller_task_stack_size; /*!< Bluetooth Controller task stack size in bytes */ member
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h294 .controller_task_stack_size = CONFIG_ESP32_BT_CONTROLLER_STACK_SIZE, \
368 uint16_t controller_task_stack_size; /*!< Bluetooth Controller task stack size in bytes */ member
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c1053 || cfg->controller_task_stack_size < CONFIG_ESP32_BT_CONTROLLER_STACK_SIZE) { in esp_bt_controller_init()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c1189 || cfg->controller_task_stack_size < CONFIG_ESP32_BT_CONTROLLER_STACK_SIZE) { in esp_bt_controller_init()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c1178 || cfg->controller_task_stack_size < CONFIG_ESP32_BT_CONTROLLER_STACK_SIZE) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c1383 || cfg->controller_task_stack_size < ESP_TASK_BT_CONTROLLER_STACK) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1524 || cfg->controller_task_stack_size < ESP_TASK_BT_CONTROLLER_STACK) { in esp_bt_controller_init()