I tried to create an application to register the Android phone as a
HID device. So far I did the following
- Created a BluetoothServerSocket with
bluetoothAdapter.listenUsingRfcommWithServiceRecord("any name",
"00001124-0000-1000-8000-00805f9b34fb"). The UUID is the standard one
for HID devices
- Paired the phone with a Windows 7 PC and connected to the HID
service
- The phone was recognized as a "Bluetooth HID device" but I get the
error "Device driver software was not successfully installed."What are the next steps? I think a SDP service record should be created but I'm not sure if Android Bluetooth API supports something like this. Many thanks for your help, Adrian. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

