Skip to content

Conversation

@zopieux
Copy link

@zopieux zopieux commented Nov 27, 2025

Tested on a nrf52840 board.

Without this patch, calling

Scan()
(sleep)
StopScan()
err := Scan()

returns an error on the second Scan() because the previous scan wasn't actually stopped, since the native call is missing.

With this patch, the above succeeds and the scan starts returning results, as usual.

I'm really not sure why there was a TODO rather than this simple function call. The TODO doesn't provide a rationale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant