Android Open Source - Remote-Bluetooth-Android-master Remote Bluetooth Server






From Project

Back to project page Remote-Bluetooth-Android-master.

License

The source code is released under:

MIT License

If you think the Android project Remote-Bluetooth-Android-master listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.luugiathuy.apps.remotebluetooth;

public class RemoteBluetoothServer{
  
  public static void main(String[] args) {
    Thread waitThread = new Thread(new WaitThread());
    waitThread.start();
  }
}




Java Source Code List

com.luugiathuy.apps.remotebluetooth.BluetoothCommandService.java
com.luugiathuy.apps.remotebluetooth.DeviceListActivity.java
com.luugiathuy.apps.remotebluetooth.ProcessConnectionThread.java
com.luugiathuy.apps.remotebluetooth.RemoteBluetoothServer.java
com.luugiathuy.apps.remotebluetooth.RemoteBluetooth.java
com.luugiathuy.apps.remotebluetooth.WaitThread.java