摘要: 1 //取消配对代码:2 Method m = mTouchObject.bluetoothDevice.getClass().getMethod("removeBond");3 m.invoke(mTouchObject.bluetoothDevice);4 //配对代码:初始化socket :5 Method m = mTouchObject.bluetoothDevice.getClass().getMethod("createRfcommSocket", new Class[] {int.class});6 temp = (BluetoothSo 阅读全文
posted @ 2013-12-26 20:02 Shuaiwen8023 阅读(246) 评论(0) 推荐(0) 编辑