views:

19

answers:

0

I have a need to get a list of the Bluetooth Services running on an Android device. I can perform the same functionality from a test app on my Mac using the BlueCove library and the following ServiceRecord class.

http://bluecove.org/bluecove/apidocs/javax/bluetooth/ServiceRecord.html

I'm not able to find similar functionality in the current Android Bluetooth API and was wondering if anyone working on the Android platform can tell me if there are plans for this in future releases of Android?