摘要:
这里重点说下蓝牙连接:在做android蓝牙串口连接的时候一般会使用 BluetoothSocket tmp = null; // Get a BluetoothSocket for a connection with the // given BluetoothDevice try { tmp = device.createRfcommSocketToServiceRecord(MY_UUID); } catch (IOException e) { Log.e(TAG, "create() failed", e); }然... 阅读全文
posted @ 2013-07-18 15:50
Shuaiwen8023
阅读(27993)
评论(1)
推荐(1)

浙公网安备 33010602011771号