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