ruffy: selected changes from 46e923833

checked up to bdbeaa30 (pairing).
This commit is contained in:
Johannes Mockenhaupt 2017-10-18 23:30:57 +02:00
parent d9235cf54b
commit 16bb9a66e3
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -259,6 +259,12 @@ public class Application {
case (byte)0xC0:
k="DOWN";
break;
case (byte)0xF0:
k="COPY";
break;
case (byte)0x33:
k="BACK";
break;
}
btConn.log("send key "+k+" with seq: "+rtSeq);
btConn.log("/////////////////////////////////////////////////////////////////////");