On Sun, Nov 8, 2009 at 12:34 PM, Sean Liao <[email protected]> wrote:
> Hi, > > Before 2.0 released, there were some questions/discussions related to the > Bluetooth security, i.e whether paring is required to establish connection. > > Anyone know the answer or try it out already: Is paring requirement > enforced in the new bluetooth api in SDK 2? Any public info available > related to this topic? > Yes pairing is required. But the OS will handle this in the background. For example, if you use BluetoothSocket and BluetoothServerSocket and try to make an unpaired connection, the OS will provide notifications to the user that pairing is required. Once they are paired the connection will complete. You application does not need to handle pairing. > > Thanks in advance. > Sean > > -- > 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]<android-developers%[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 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

