Android Bluetooth syncing
- by Darryl
I am connecting to a bluetooth enabled camera, and I am able to connect using the methods found in the BluetoothChat example.
I need to send commands to the camera. The issue is that I also need to get a response BACK from the camera after I send the command in the first place. So basically I need to write a command and receive a response. …