How can a bluetooth client connect to a bluetooth server?
As we know, in tcp mode, the client fire the connection with a given
pair of IP address and port. From the server side a listening thread/
process waits for the connection request and setup a data connection.
But how it works in bluetooth wireless network? There's only a
bluetooth Mac address, but how about the port number? I've noticed
there's a UUID parameter in the method
BluetoothAdapter.listenUsingRfcommWithServiceRecord but how it works?
Or does anybody have a bluetooth connection establishment work flow
chart?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to