Scan returning undefined #614
Answered
by
pwespi
TegarAditya
asked this question in
Q&A
-
I want to scan for devices with this plugin inside sveltekit project, but instead of getting 2 devices (number of online devices) list it just return 2 undefined. Any advice?
|
Beta Was this translation helpful? Give feedback.
Answered by
pwespi
Feb 11, 2024
Replies: 1 comment
-
I suggest using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TegarAditya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest using the
BleClient
class and not theBluetoothLe
plugin class directly as suggested in the usage documentation.