Exception: Bluetooth Device is not ready

259 Views Asked by At

My java application makes a bluetooth server and waits for connection.My program works fine in windows. but when I try to run it in Linux it gives this error.How can I resolve this?

BlueCove version 2.1.1-SNAPSHOT on bluez
javax.bluetooth.BluetoothStateException: Bluetooth Device is not ready. [1] Operation not permitted
    at com.intel.bluetooth.BluetoothStackBlueZ.nativeSetLocalDeviceDiscoverable(Native Method)
    at com.intel.bluetooth.BluetoothStackBlueZ.setLocalDeviceDiscoverable(BluetoothStackBlueZ.java:307)
    at javax.bluetooth.LocalDevice.setDiscoverable(LocalDevice.java:206)
    at bluetoothjava.WaitThread.waitForConnection(WaitThread.java:32)
    at bluetoothjava.WaitThread.run(WaitThread.java:18)
    at java.base/java.lang.Thread.run(Thread.java:834)
BlueCove stack shutdown completed
0

There are 0 best solutions below