You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the latest released firmware or have updated my ESP-AT branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
AT+GMR
AT+GMR
AT version:3.5.0.0-dev(752008f - ESP32C6 - Dec 12 2024 12:47:58)
SDK version:v5.1.5-196-g64849cb703-dirty
compile time(24070dc):Dec 24 2024 09:27:20
Bin version:v4.1.0.0-dev(ESP32C6-4MB)
OK
ESP-AT Firmware Source
Built from Master 24/12/2024 as release v4.0.0.0 has a bug where scan filtering is inoperable.
Hardware Information
ESP32-C6
Power Supply used
USB
What is the expected behavior?
When sending the AT+BLESCAN command, filtering should only be done
What is the actual behavior?
If the user sends a command to filter BLE SCAN results, for example by name, then starts a different scan with no filtering, then the scan results are filtered as per the first scan.
Probability of recurrence
100%
AT+SYSRAM?
AT+SYSRAM?
+SYSRAM:232696,223916
OK
Steps to reproduce
Initialise BLE as Client
Configure scan parameters (or leave as default)
Start Scan with a NAME filter
Only devices with that name are shown
Start Scan with no filter at all
Only devices with the name from the previous scan are shown
Reboot module (using AT+BLEINIT=0 causes a reboot anyway)
Answers checklist
AT+GMR
AT+GMR
AT version:3.5.0.0-dev(752008f - ESP32C6 - Dec 12 2024 12:47:58)
SDK version:v5.1.5-196-g64849cb703-dirty
compile time(24070dc):Dec 24 2024 09:27:20
Bin version:v4.1.0.0-dev(ESP32C6-4MB)
OK
ESP-AT Firmware Source
Built from Master 24/12/2024 as release v4.0.0.0 has a bug where scan filtering is inoperable.
Hardware Information
ESP32-C6
Power Supply used
USB
What is the expected behavior?
When sending the AT+BLESCAN command, filtering should only be done
What is the actual behavior?
If the user sends a command to filter BLE SCAN results, for example by name, then starts a different scan with no filtering, then the scan results are filtered as per the first scan.
Probability of recurrence
100%
AT+SYSRAM?
AT+SYSRAM?
+SYSRAM:232696,223916
OK
Steps to reproduce
AT command port output
AT log port output
More Information.
None
The text was updated successfully, but these errors were encountered: