This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to close NRF51 connection using win_0.3.0-alpha API

Hi,

I compiled the nrf_heart_rate_collector. Apparently, this program only works once, between each run, "remote device" and USB dongle has to be resetted (unplugged from USB connector and plugged again).

Apparently connection is not closed correctly.

Program's main function obviously never stops dues to a while (true) loop (line 539), but, even if I add a break in the loop, second run hangs when scan_start is called.

Did anyone manage to close the connection kindly?

Thanks

Related