有时无法连接到OBDKey

时间:2010-08-04 07:22:10

标签: android bluetooth

我有时无法连接到OBDKey。我使用BluetoothChat示例连接到OBDKey。 我可以连接到它并读取数据,但有时套接字是关闭的。

m = mmDevice.getClass().getMethod("createRfcommSocket", new Class[] { int.class });

mmSocket = (BluetoothSocket) m.invoke(mmDevice, 1);

mmSocket.connect();

在此OBDKey成功配对之前。套接字为什么有时关闭?

1 个答案:

答案 0 :(得分:1)

在致电BluetoothSocket之前,请确保您拥有有效的connect()。 如果您需要OBDKey界面的特定帮助,请直接告诉我。