Bluetooth connection between Android and Linux (RPi) lost on first write action
问题 So I have been working on a project in which a device running Android (API level = 14) must connect to a server running Linux (to be specific: a Raspberry Pi) via Bluetooth. When a connection is established, the app sends an encrypted XML string to the RPi. The RPi must decrypt this string, parse the XML and perform the corresponding action. The result of the action is send back to the Android device. So far, I have managed to create a connection between the app and the RPi (which runs the