espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.36k stars 7.21k forks source link

BLE failed to establish connection (IDFGH-10352) #11610

Closed Sky-Soo-Ap closed 1 year ago

Sky-Soo-Ap commented 1 year ago

Answers checklist.

IDF version.

v5.0.2

Operating System used.

Windows

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

Development Kit.

Custom board

Power Supply used.

External 5V

What is the expected behavior?

Can establish BLE connection normally.

What is the actual behavior?

Failed to establish BLE connection; Looping into connected/disconnected; BLE_Failed_To_Establish_Connection.log sdkconfig.log

Steps to reproduce.

  1. ESP32 is GATT client;
  2. Scanning and connect to GATT server;

Debug Logs.

Attached log in actual behavior field.

More Information.

No response

esp-zhp commented 1 year ago
Sky-Soo-Ap commented 1 year ago

Anyway, it seems not happen again, closed this issue first.