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