You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/observability/src/main/java/no/nordicsemi/memfault/observability/bluetooth/MemfaultDiagnosticsService.kt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,6 +261,12 @@ class MemfaultDiagnosticsService {
261
261
// is not supported (disconnect() method called), or the connection was cancelled
262
262
// by the user.
263
263
isConnectionState.Disconnected-> {
264
+
if (state.reason isConnectionState.Disconnected.Reason.UnsupportedAddress) {
265
+
// This error is thrown in AutoConnect connection when there is no
266
+
// bonding. The library will transition to Direct connection automatically.
0 commit comments