BluetoothDemo

时间:2017-05-01 09:07:56
【文件属性】:

文件名称:BluetoothDemo

文件大小:15KB

文件格式:JAVA

更新时间:2017-05-01 09:07:56

bluetooth

详细的bluetooth代码 private BluetoothAdapter _bluetooth = BluetoothAdapter.getDefaultAdapter(); private Handler _handler = new Handler(); ArrayAdapter adapter = null; /* 请求打开蓝牙 */ @SuppressWarnings("unused") private static final int REQUEST_ENABLE = 0x1; private static final int REQUEST_EX = 1; /* 请求能够被搜索 */ private static final int REQUEST_DISCOVERABLE = 0x2; private List _devices = new ArrayList(); private List _dev = new ArrayList(); private Set dev = null; private BluetoothSocket socket; //蓝牙连接socket private Handler mOthHandler; //其它线程Handler private BluetoothDevice filedBluetoothDevice; /* 是否完成搜索 */ private volatile boolean _discoveryFinished; ListView listView = null; SlipButton button = null; SlipButton splitbutton3 = null; SlipButton splitbutton4 = null; layout layname = null; Button ringagain2 = null;


网友评论