私は Android 用の Bluetooth アプリを作成しています。リフレクションで Android l2cap API を使用しています。しかし、一部のデバイスでエラー レポートが表示されました (一部のデバイスでは正常に動作します)。
java.io.IOException: Invalid argument
at android.bluetooth.BluetoothSocket.connectNative(Native Method)
at android.bluetooth.BluetoothSocket.connect(BluetoothSocket.java:220)
では、何が問題なのですか?