mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
stay with old api for now, because too much change hurts reliaiblity ;-)
This commit is contained in:
parent
ae72081917
commit
a191dac0f4
2 changed files with 5 additions and 4 deletions
|
|
@ -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() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue