ruffy: selected changes from 46e923833
checked up to bdbeaa30 (pairing).
This commit is contained in:
parent
d9235cf54b
commit
16bb9a66e3
|
@ -259,6 +259,12 @@ public class Application {
|
||||||
case (byte)0xC0:
|
case (byte)0xC0:
|
||||||
k="DOWN";
|
k="DOWN";
|
||||||
break;
|
break;
|
||||||
|
case (byte)0xF0:
|
||||||
|
k="COPY";
|
||||||
|
break;
|
||||||
|
case (byte)0x33:
|
||||||
|
k="BACK";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
btConn.log("send key "+k+" with seq: "+rtSeq);
|
btConn.log("send key "+k+" with seq: "+rtSeq);
|
||||||
btConn.log("/////////////////////////////////////////////////////////////////////");
|
btConn.log("/////////////////////////////////////////////////////////////////////");
|
||||||
|
|
Loading…
Reference in a new issue