olir / lbt4j

Linux Bluetooth Library for Java
GNU Lesser General Public License v2.1
21 stars 2 forks source link

ObjectManager.getAdapters() always returns just a single entry #4

Open magzbc opened 6 years ago

magzbc commented 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.