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

Commit 945dc9c7 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

acl: Implement ReadRemoteVersionInformation for LE am: ce0c4f7a

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1500667

Change-Id: I585de35c23e7a8ddb851803c22b0254cde05274e
parents a59926c6 ce0c4f7a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -147,7 +147,13 @@ bool LeAclConnection::LeConnectionUpdate(uint16_t conn_interval_min, uint16_t co
}

bool LeAclConnection::ReadRemoteVersionInformation() {
  return false;
  pimpl_->tracker.le_acl_connection_interface_->EnqueueCommand(
      ReadRemoteVersionInformationBuilder::Create(handle_),
      pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) {
        ASSERT(status.IsValid());
        ASSERT(status.GetCommandOpCode() == OpCode::READ_REMOTE_VERSION_INFORMATION);
      }));
  return true;
}

bool LeAclConnection::check_connection_parameters(