Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c290 #define THRESHOLD (3072) macro
327 if (((write_index) % BLOCK_SIZE) >= THRESHOLD && !block_erased) { in esp_bt_controller_log_storage()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c271 #define THRESHOLD (3072) macro
307 if (((write_index) % BLOCK_SIZE) >= THRESHOLD && !block_erased) { in esp_bt_controller_log_storage()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c267 #define THRESHOLD (3072) macro
303 if (((write_index) % BLOCK_SIZE) >= THRESHOLD && !block_erased) { in esp_bt_controller_log_storage()