Add a pair button to the UI. Fix the hardcoded MAC address string. Pass the device model in the pairing request.

This commit is contained in:
Cameron Gutman
2013-11-04 01:43:35 -05:00
parent 1454ade3d2
commit e50f668aaf
5 changed files with 113 additions and 18 deletions

View File

@@ -35,8 +35,8 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
public static final int ic_launcher=0x7f020000;
}
public static final class id {
public static final int editText1=0x7f080002;
public static final int hostTextView=0x7f080000;
public static final int hostTextView=0x7f080002;
public static final int pairButton=0x7f080000;
public static final int statusButton=0x7f080001;
public static final int surfaceView=0x7f080003;
}