mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-07 15:41:02 -04:00
+ // Note: To workaround https://issuetracker.google.com/issues/36995652 + // Always call BluetoothDevice#connectGatt() with autoConnect=false + // (the race condition does not affect that case). If that connection times out + // you will get a callback with status=133. Then call BluetoothGatt#connect() + // to initiate a background connection.