Scan using Bluetooth for nearby Akiles devices.
The sequence of callbacks is guaranteed to be zero or more onDiscover, then exactly one of onSuccess or onError.
onDiscover
onSuccess
onError
For how long to scan.
The callback that will be called on success or error.
A function that cancels the ongoing scan operation.
Scan using Bluetooth for nearby Akiles devices.
The sequence of callbacks is guaranteed to be zero or more
onDiscover
, then exactly one ofonSuccess
oronError
.