Merge "Replace all keys in sendEids" into main
This commit is contained in:
commit
20aea225f1
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