package javax.bluetooth; public class LocalDevice { public DiscoveryAgent getDiscoveryAgent() { return null; } public static LocalDevice getLocalDevice() throws BluetoothStateException { return null; } }