kotlin-obd-api icon indicating copy to clipboard operation
kotlin-obd-api copied to clipboard

BLE SUPPORT

Open halilyesilyurt opened this issue 2 years ago • 2 comments

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.

halilyesilyurt avatar Sep 15 '22 20:09 halilyesilyurt

To create a BLE input stream and output stream i recommend this tutorial (kotlin) :

https://www.youtube.com/watch?v=Oz4CBHrxMMs

JuanJoseMoralesCalvo avatar Sep 19 '22 08:09 JuanJoseMoralesCalvo

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?

NuriB68 avatar Aug 30 '23 15:08 NuriB68