md-sohrab-alam / android-obd-reader

Android OBD-II Reader application that support standard PIDs Mode 01
78 stars 39 forks source link

Bluetooth device #2

Closed Basheer009 closed 6 years ago

Basheer009 commented 6 years ago

I need to create a Bluetooth scan button to link the device before starting the service.

my question is how to send the device address to the services.

md-sohrab-alam commented 6 years ago

This library support OBD and V-LINK device that is used in vehicle to read real time data, so the service will work only for these deices. For communication with service, you should use bind instead of start service.