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

Commit fbf30ae2 authored by Ted Wang's avatar Ted Wang
Browse files

Replace all keys in sendEids

Bug: 343604097
Test: vts
Change-Id: I3dd03e24384899a9a4eb104ce0c81932b9c6fefc
parent 56e05036
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();
}