Loading system/bta/has/has_client.cc +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
system/bta/has/has_client.cc +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading