Skip to content

Instantly share code, notes, and snippets.

View cnbuff410's full-sized avatar

Kun cnbuff410

View GitHub Profile
@cnbuff410
cnbuff410 / Bluetooth.java
Created May 30, 2013 06:06
Legacy Bluetooth(pre 4.0) connection code for Android
package xx.xx.xx.xx;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Arrays;
import java.util.UUID;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;