示例#1
0
 private void SendToBluetooth(ConnectThread thread, int cmd) {
   if (thread != null) {
     thread.write(cmd);
   }
 }