T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.4k stars 402 forks source link

Power off reconnection #186

Open 1998-zhang opened 2 years ago

1998-zhang commented 2 years ago

How to save connection information before power failure。Prevent reconnection every time。

anandameyer commented 1 year ago

What you mean with reconnection? Do you mean to avoid another device to do reconnection to ESP or avoid ESP to do reconnection to another device?

As long as I know, ESP will save all bonded device in its nvs partition, and this library uses BLE Server which is not doing reconnection but advertisement.

Short, you never need to save connection.