Merge "Replace all keys in sendEids" into main am: 20aea225f1
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3105841 Change-Id: I5a63ad058fd7a1597c3e6a82f06f1c0203a79683 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a7942bf9ec
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue