我正在为Android编写蓝牙应用程序。我通过反射使用android l2cap api。 但是我收到了一些设备上的错误报告(它在其他一些设备上正常工作)。
java.io.IOException: Invalid argument
at android.bluetooth.BluetoothSocket.connectNative(Native Method)
at android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:220)
那有什么问题?