Open magzbc opened 6 years ago
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>
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.