Class LinuxBluetoothDevice

java.lang.Object
oshi.hardware.common.AbstractBluetoothDevice
oshi.hardware.common.platform.linux.LinuxBluetoothDevice
All Implemented Interfaces:
BluetoothDevice

@Immutable public final class LinuxBluetoothDevice extends AbstractBluetoothDevice
Linux Bluetooth device enumeration via BlueZ filesystem paths.

Adapters are discovered from /sys/class/bluetooth/hciX. Paired devices are read from /var/lib/bluetooth/<adapter-mac>/<device-mac>/info.

  • Method Details