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(8bfb16f - ESP32C6 - Jan 6 2025 09:10:51)
SDK version:v5.1.5-196-g64849cb703-dirty
compile time(5302cdc):Jan 29 2025 11:35:15
Bin version:v1.0.1.1(ESP32C6-4MB)
OK
ESP-AT Firmware Source
Compiled from master but with AT lib patched with a version provided by an Espressif employee to fix an issue with characteristics and pairings
Hardware Information
ESP32-C6
Power Supply used
External 3.3V
What is the expected behavior?
When AT+BLECONNPARAM? is sent with an established connection the connection parameters should return non-zero
What is the actual behavior?
The command returns with all 0's for the connection parameters despite the log showing they are set.
The +BLECONNPARAM is also not seen when the connection is formed, something that is seen with the ESP32 and Bluedroid running as BLE server.
I am also seeing reliability issues when sending data to a connected client, whereby the client does not receive the data, but the ESP32 server says send was OK, which lead me to query the connection parameters.
Probability of recurrence
100%
AT+SYSRAM?
AT+SYSRAM?
+SYSRAM:233736,223820
OK
Steps to reproduce
Configure as a BLE server using the ESP32-C6
Using a third party application connect to the server
Send command to query connection parameters
AT command port output
+BLECONN:0,"d4:54:8b:fd:6d:0c"
+BLEAUTHCMPL:0,0
+WRITE:2
+BLECFGMTU:0,203
AT+BLECONNPARAM?
+BLECONNPARAM:0,0,0,0,0,0
OK
Answers checklist
AT+GMR
AT+GMR
AT version:3.5.0.0-dev(8bfb16f - ESP32C6 - Jan 6 2025 09:10:51)
SDK version:v5.1.5-196-g64849cb703-dirty
compile time(5302cdc):Jan 29 2025 11:35:15
Bin version:v1.0.1.1(ESP32C6-4MB)
OK
ESP-AT Firmware Source
Compiled from master but with AT lib patched with a version provided by an Espressif employee to fix an issue with characteristics and pairings
Hardware Information
ESP32-C6
Power Supply used
External 3.3V
What is the expected behavior?
When
AT+BLECONNPARAM?
is sent with an established connection the connection parameters should return non-zeroWhat is the actual behavior?
The command returns with all 0's for the connection parameters despite the log showing they are set.
The
+BLECONNPARAM
is also not seen when the connection is formed, something that is seen with the ESP32 and Bluedroid running as BLE server.I am also seeing reliability issues when sending data to a connected client, whereby the client does not receive the data, but the ESP32 server says send was OK, which lead me to query the connection parameters.
Probability of recurrence
100%
AT+SYSRAM?
AT+SYSRAM?
+SYSRAM:233736,223820
OK
Steps to reproduce
AT command port output
AT log port output
More Information.
No response
The text was updated successfully, but these errors were encountered: