Android Question What library or class to use for BluetoothDevice in B4a

Richard Goh

Active Member
Licensed User
Longtime User
I have a below method in java class which accept BluetoothDevice (BluetoothDevice class in android-23 SDK). I was trying to call the method with B4A bluetoothAdmin and Serial. But both giving the error (java.lang.RuntimeException: Method: connect not matched). Is there any bluetooth library I can use to passing for this method?

public synchronized void connect(BluetoothDevice device)
 
Top