Hi, Has anyone tried using Bluetooth sockets where the server machine is running C/C++? Android Bluetooth Devices returns a socket from BluetoothDevice.createRfcommSocketToServiceRecord(UUID) and says in the reference "designed to be used with listenUsingRfcommWithServiceRecord(String, UUID) for peer-peer Bluetooth applications." I can't use Bluetooth.Socket.connect() because it does not take any parameters for the remote Bluetooth Device nor does the Bluetooth Device class have any other methods that return a socket.
Does anyone know a way around this? Chirs -- 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

