That's not how it works: Bluetooth is built on top of RFCOMM, so it's more like a serial channel. It's merely presented with a socket like interface to wrap the behavior.
Kris On Thu, Feb 14, 2013 at 4:56 AM, tom lee <[email protected]> wrote: >> The UUID just says what port the Bluetooth Server is on. I could have a >> server running on Bluetooth port 1. > > > Does this imply there's a way to specify different Bluetooth ports, if the > port(s) exists? I have never heard of Bluetooth using ports like TCP. If > you're just making an example, then please disregard this and above. > > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

