We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use your library to scan for iBeacon devices, using several Bluetooth dongles connected to a single Raspberry PI
I'm trying to get a List of all Bluetooth dongles connected via USB using
ObjectManager.getAdapters()
However, as a result I'm getting a List<Adapter1> with only one object, or none, if no dongles are connected.
List<Adapter1>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to use your library to scan for iBeacon devices, using several Bluetooth dongles connected to a single Raspberry PI
I'm trying to get a List of all Bluetooth dongles connected via USB using
ObjectManager.getAdapters()
However, as a result I'm getting a
List<Adapter1>
with only one object, or none, if no dongles are connected.The text was updated successfully, but these errors were encountered: