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

Commit a7942bf9 authored by Ted Wang's avatar Ted Wang Committed by Automerger Merge Worker
Browse files

Merge "Replace all keys in sendEids" into main am: 20aea225

parents aa1b5697 20aea225
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();
}