Discussion:
list of bluetooth services in device
Asaf Lahav
2014-09-13 20:33:55 UTC
Permalink
Hi All,

I'm new to bluetooth related development... so bare with me :)

I am trying to write a client bluetooth application that will communicate
with an OBDII plug in my car. I am using Bluecove in order to write the
client in Java.

Is there a way to find the list of services provided by a bluetooth device
without knowing a specific service UUID?

I can connect to a remote device using Bluecove. The problem is that I
don't know the details for services provided by the OBDII plug. How can I
extract a list of all the services in a situation where I don't know their
details?


Thank you
--
You received this message because you are subscribed to the Google Groups "bluecove-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bluecove-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to bluecove-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/bluecove-users.
For more options, visit https://groups.google.com/d/optout.
Graham Seed
2015-10-09 13:36:04 UTC
Permalink
Hi

I know my post is some time after you question but I am curious whether you found a solution.

I'm trying to do the exact same thing and being new to BlueCove it does seem strange that you have to specify an id for a specific service, and a way of searching for all services provided by a remote device would be useful. The required service could then be picked from the available list. This operation wouldn't have to be done everytime as a hash map of device and services could be persisted to disk.

Graham
--
You received this message because you are subscribed to the Google Groups "bluecove-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bluecove-users+***@googlegroups.com.
To post to this group, send email to bluecove-***@googlegroups.com.
Visit this group at http://groups.google.com/group/bluecove-users.
For more options, visit https://groups.google.com/d/optout.
Loading...