There is no explicit public SDP API. Android will automatically do SDP for you when creating RFCOMM connections with BluetoothSocket and BluetoothServerSocket.
We haven't ruled out exposing some SDP at a later point, although its not a high priority right now. Maybe you could outline what your use case is and what kind of SDP API's you might like, to help our future planning. Nick On Mon, Nov 16, 2009 at 12:36 PM, Sean Liao <[email protected]> wrote: > I don't see any trivial API to do service discovery in android.bluetooth > package. Is it support in current 2.0 release? > If yes, I appreciate any pointer. > If not, is it something already ruled out on Android platform, or coming > soon? > 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] > 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

