esp-nimble icon indicating copy to clipboard operation
esp-nimble copied to clipboard

GATT CONN FAIL ESTABILISH on esp32 C3

Open adlemx opened this issue 6 months ago • 8 comments

I run the standard example from esp-idf-v5.3\examples\bluetooth\nimble\bleh when I try to connect to esp from the nRF connect, it immediately after the connection starts disconnects with the Error 62 (0x3e): GATT CONN FAIL ESTABLISH

I use ESP32 C3 super mini and esp-idf 5.3

Logs from nrf connect:

nRF Connect, 2024-08-07
BLEHR_SENSOR_1.0 (48:XX:XX:XX:XX:XX)
V 23:57:18.108 Connecting to 48:XX:XX:XX:XX:XX...
D 23:57:18.109 gatt = device.connectGatt(autoConnect = false, TRANSPORT_LE, preferred PHY = LE 1M)
D 23:57:18.575 [Callback] Connection state changed with status: 62 and new state: DISCONNECTED (0)
E 23:57:18.575 Error 62 (0x3e): GATT CONN FAIL ESTABLISH
I 23:57:18.575 Disconnected

adlemx avatar Aug 08 '24 14:08 adlemx