kotlin-obd-api
kotlin-obd-api copied to clipboard
BLE SUPPORT
Can this library make ble support? I saw an ios obd library which is supports ble. Can we send obd command and get result without input and output streams.
To create a BLE input stream and output stream i recommend this tutorial (kotlin) :
https://www.youtube.com/watch?v=Oz4CBHrxMMs
Can someone explain how to do it? Im at the Point, where i discovered all Services and Characteristics with BluetoothGatt.discoverServices() How do i get an Input and Outputstream for the ObdDeviceConnection() method?