How to have multiple connections to a single Obd2 bluetooth device connected to car
问题 I have to do an Android application that reads value via Bluetooth from a Bluetooth device connected to OBD-II port of a car. I use the UUID SPP UUID 00001101-0000-1000-8000-00805F9B34FB . If I create 4 threads that want to connect to the OBD-II device, 3 connect() s fail and only one thread is able to connect to the device. Is there a way to connect more thread to an OBD-II device via Bluetooth? I don't know if the elm-237 device is able to communicate with more threads. 回答1: I am not an