Bluetooth LE Secure Connection issues

I am developing an App that uses BLE to connect to third-party devices. Considering information security, perform a LE Secure Connection before BLE connection. But we encountered an issue: after uninstalling the App and reinstalling it, the paired device cannot be connected again. This requires to ignore this device in Settings to continue using it. But we can't do this, it's not friendly to our customers.

So, I would like to ask the developers here if they know how to solve this issue. Thank you

Replies

This is by design for user's security. If either the app or the device loses the pairing information, the user must first manually "forget" the device from Settings before the device can be paired with again.

There is no solution to this.