Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10e89223 authored by Krzysztof Kopyscinski (xWF)'s avatar Krzysztof Kopyscinski (xWF) Committed by Automerger Merge Worker
Browse files

Merge "has_client.cc: add missing BTA_GATTC_CancelOpen in Disconnect" into main am: f6f67d6b

parents 4cd4c016 f6f67d6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -256,6 +256,9 @@ public:
        if (is_connecting_actively) {
          BTA_GATTC_CancelOpen(gatt_if_, address, true);
          callbacks_->OnConnectionState(ConnectionState::DISCONNECTED, address);
        } else {
          /* Removes all registrations for connection. */
          BTA_GATTC_CancelOpen(gatt_if_, address, false);
        }
      }
      return;