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

Commit 20aea225 authored by Ted Wang's avatar Ted Wang Committed by Gerrit Code Review
Browse files

Merge "Replace all keys in sendEids" into main

parents 1cb6465c fbf30ae2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
namespace aidl::android::hardware::bluetooth::finder::impl {

::ndk::ScopedAStatus BluetoothFinder::sendEids(const ::std::vector<Eid>& keys) {
  keys_.insert(keys_.end(), keys.begin(), keys.end());
  keys_.assign(keys.begin(), keys.end());
  return ::ndk::ScopedAStatus::ok();
}