stay with old api for now, because too much change hurts reliaiblity ;-)

This commit is contained in:
geeksville 2020-05-24 10:12:12 -07:00
parent ae72081917
commit a191dac0f4
2 changed files with 5 additions and 4 deletions

View file

@ -152,7 +152,7 @@ class SafeBluetooth(private val context: Context, private val device: BluetoothD
// Our own custom BLE status codes
private val STATUS_RELIABLE_WRITE_FAILED = 4403
private val STATUS_TIMEOUT = 4403
private val STATUS_TIMEOUT = 4404
private val gattCallback = object : BluetoothGattCallback() {