How to prevent Android bluetooth RFCOMM connection from dying immediately after .connect()?
- by Gilead
I'm trying to connect to a Zeemote (http://zeemote.com/) gaming controller from Moto Droid running 2.0.1 firmware. The test application below does connect to the device (LED flashes) but connection is dropped immediately after that. I can connect to the device perfectly fine using bluez tools (log attached as well).
I'm quite at a loss here, I…