Hi,
I can not connect to nRF52833 and nRF51 after I return from Flight mode on Android devices. I am keep getting Error 133 (0x85): GATT ERROR.
I am using the nRF Connect app (from Google Play - https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp&hl=en) to connect to nRF52833 (https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52833-DK) running the Blinky firmware (https://github.com/NordicSemiconductor/Android-nRF-Blinky/tree/master/Firmwares/nRF52_SDK14.2).
The connection works fine, until I turn off Bluetooth and Location, then turn on Flight mode. I wait around 5 minute, then turn off Flight mode, turn on Bluetooth and Location. The App will see the board in the device list, but when I click to connect, it will return return Error 133. Turning on/off Bluetooth does not throw any error and the App establishes connection as intended.
I have tested on devices running Android 10 (Samsung S10, Huawei P30) and Android 9 (Huawei P10).
I have also tested the connection with the Blinky sample app (https://github.com/NordicSemiconductor/Android-nRF-Blinky ). I tested the sample app using it using v2.1.1 of Android-BLE-Library (https://github.com/NordicSemiconductor/Android-BLE-Library ) and v2.2.0.
I have also tested on the nRF51 development board (https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF51-DK ) running the Blinky firmware (https://github.com/NordicSemiconductor/Android-nRF-Blinky/tree/master/Firmwares/nRF51_SDK11.0.0 )