Just fix a little mistake in a log: mSerialPortCharacteristic instead
of mCommandPortCharacteristic.
BlunoLibrary.java (480):
System.out.println("mSerialPortCharacteristic "+mSerialPortCharacteristic.getUuid().toString());
->
System.out.println("mCommandPortCharacteristic "+mCommandPortCharacteristic.getUuid().toString());
Just fix a little mistake in a log: mSerialPortCharacteristic instead
of mCommandPortCharacteristic.
BlunoLibrary.java (480):
System.out.println("mSerialPortCharacteristic "+mSerialPortCharacteristic.getUuid().toString());
->
System.out.println("mCommandPortCharacteristic "+mCommandPortCharacteristic.getUuid().toString());