Search found 1 match

by mariosd97
Thu Jun 05, 2025 9:10 pm
Forum: ESP-IDF
Topic: Bluetooth controller panic when scanning on busy environments
Replies: 0
Views: 81

Bluetooth controller panic when scanning on busy environments

Recently I've been consistently experiencing a bluetooth controller related panic on my ESP32Pico board. The only bluetooth task I'm running is an active scanner with the following parameters:


esp_ble_scan_params_t scan_params = {
.scan_type = BLE_SCAN_TYPE_ACTIVE,
.own_addr_type = BLE_ADDR ...

Go to advanced search