Acknowledged
over 1 year ago

Pairing does not complete on System 7

I tried the new sample NordicThingy52CoinCollector with my Gopro 12 to pair and then bond

The pair request is executed and the simulator ble device is seen on the gopro for pairing but there is no Connected event. (with no ble device name shown from the simulator)

After some seconds the ble on the gopro pair scanner is gone and apears again after some seconds.

There is no unhandled exeption thrown

I cannot find where the app is looping, it looks like a continueus pair retry (an async pair request?)

Please add some more events for tracing the problem, like onPairRequest and a timeout on the pairing

My goal is to bond the device what is new in the sdk

Parents
  • If you look in the README file for the changes with the 7.0.0 beta. you'll see this:

    • Add new BLE APIs to support bonded connections (not currently supported in simulator).

    So no way to test this right now, as no devices have CIQ 5.0.0 and not supported in the sim.

Comment
  • If you look in the README file for the changes with the 7.0.0 beta. you'll see this:

    • Add new BLE APIs to support bonded connections (not currently supported in simulator).

    So no way to test this right now, as no devices have CIQ 5.0.0 and not supported in the sim.

Children