I am a new to Android programming and I have an exercise to make a simple Android app that connected with obd2 via Bluetooth and sending data.
My question firstly is if my app till now can searching the obd2 e.g. 00:0D:18:A0:43:01
. What are the next steps to establish this connection?
I have read about this at Developers and many topics here. I will show my code if you want.