E57 — BLE_GATT_CLIENT_FAILED
Creating the GATT client for the FKMTime Display connection failed.
What happens
The current connection attempt is abandoned (continue 'outer) and the device retries the connection loop. The error is recorded once per boot.
Possible causes
- Not enough BLE stack resources to create the GATT client.
- The connection dropped between being established and the GATT client creation.
How to fix
- Wait — The device retries the connection automatically.
- Reboot the device — Frees all BLE stack resources for a clean start.
- Contact support — Open an issue on GitHub if this appears consistently.