Acknowledged
over 1 year ago

Simulator v7.2.0 Bug: With Sim v7.2.0 BLE connections made with nRF dongle drop after connect

With Sim v7.2.0 BLE connections made with nRF dongle disconnect immediately, after a device has successfully paired and connected.

Parents Comment Children
  • @jim_m_58 I tracked this down further, buy switching forth and back between SDK 7.1.1 and SDK 7.2.0 and watching my app running with inserted debug statements. Running the same code with the same BLE hardware and context.

    Result is, that with 7.2.0 callback function onCharacteristicWrite of the BLEdelegate never fires. In 7.2.0, 10 seconds after onConnectedStateChange fired with CONNECTION_STATE_CONNECTED, it fires again with status CONNECTION_STATE_DISCONNECTED. While in 7.1.1 there is stable connection and datastream of BLE sensor device.