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)
public synchronized void connect(BluetoothDevice device)