Replace all keys in sendEids
Bug: 343604097 Test: vts Change-Id: I3dd03e24384899a9a4eb104ce0c81932b9c6fefc
This commit is contained in:
parent
56e050362d
commit
fbf30ae2db
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