Is it possible to use a wiimote as an android game controller?
问题 I have been interested in using a Wiimote as a controller for Android for a long time. I know this was possible many years ago before the methods for creating an l2cap socket were removed from the Android api. In api 29 (Android 10) methods for creating an l2cap socket were added, so theoretically it should now be possible to to use a Wiimote as a controller. I create and try to connect to the socket like this: BluetoothSocket socket = mWiimote.createInsecureL2capChannel(0x13); socket.connect