All of a sudden my little Bluetooth app is getting an IOException: "Not able
to register SDP record for <name>"
<name> is the name I passed to:

                tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME,
MY_UUID);

This code has been working fine for several days.  Now it gets that
exception EVERY time.  It doesn't matter if the bluetooth device is on or
off.
No code changes.

After rebooting my phone, it started working again.
So, it seems that I must not be calling a close() (or somesuch).  Does that
exception somehow indicate what I'm doing wrong?

-- 
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