Hello,
I have massive problems testing my app code in the CIQ Simulator (4.1.5).
1. If I start the Simulator with a valid COM-Port configured in the "BLE Setting", only the "File" menu is active, and all other menu items are disabled.
To enable them, I have to "Reset Simulator" to unset the BLE settings and restart it.
After that, I can configure the COM-Port again and the app can scan for Bluetooth devices. If I need to restart the app, I have to reset the simulator over and over again.
2. Within the app "onScanResults()" is called, and the device I want to connect to is found.
But after calling "BluetoothLowEnergy.pairDevice(scanResult);" nothing happens, "onConnectedStateChange()" is never called and no other callback is called, and no error occurs, it's simply doing nothing.
3. If I try the same app on my Fenix 7 everything works fine and "onConnectedStateChange()" is called as it should be, so it's only a problem in the Simulator.
I'm using the Nordic NRF52840 USB dongle (with the connectivity_1.0.0_usb_with_s132_5.1.0.hex firmware provided by Garmin) on Windows 10.
Has anyone an idea, if there is a configuration missing or I need to use another version of the simulator or anything else to fix the connecting problem?
Many regards,
Jens