Has anyone managed to get the RPi3 working with B4J and the in-built bluetooth?
I have the #AdditionalJar's included but the code crashes at bt.listen with the error message
If there is no solution, can I disable the inbuilt adapter and use a dongle?
I have the #AdditionalJar's included but the code crashes at bt.listen with the error message
Program started.
BlueCove version 2.1.1-SNAPSHOT on bluez
My address: B8:27:EB:87:50:52
***************************************************************************
javax.bluetooth.ServiceRegistrationException: Can not open SDP session. [2] No such file or directory
at com.intel.bluetooth.BluetoothStackBlueZ.openSDPSessionImpl(Native Method)
at com.intel.bluetooth.BluetoothStackBlueZ.getSDPSession(BluetoothStackBlueZ.java:518)
at com.intel.bluetooth.BluetoothStackBlueZ.registerSDPRecord(BluetoothStackBlueZ.java:543)
at com.intel.bluetooth.BluetoothStackBlueZ.rfServerOpen(BluetoothStackBlueZ.java:607)
at com.intel.bluetooth.BluetoothRFCommConnectionNotifier.<init>(BluetoothRFCommConnectionNotifier.java:42)
at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:389)
at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:156)
at javax.microedition.io.Connector.open(Connector.java:83)
at anywheresoftware.b4j.objects.Bluetooth$3.run(Bluetooth.java:192)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Error connecting...
If there is no solution, can I disable the inbuilt adapter and use a dongle?