commit | f3a3cb7a601d6883ee26454a4b5509cdbe778164 | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Thu Mar 02 09:26:53 2017 -0800 |
committer | Andre Eisenbach <eisenbach@google.com> | Sat Mar 04 00:40:14 2017 +0000 |
tree | e81c2a5bec5765b94600120395299e464f6c00d9 | |
parent | 5a0706d42953c6feffa97a9a7b928a212693b1ab [diff] [blame] |
Bluetooth: Watch multiple FDs with AsyncFdWatcher Test: AsyncFdWatcherSocketTest.WatchTwoFileDescriptors Change-Id: I2444515541e9be01720341c693012a580b3cb04f
diff --git a/bluetooth/1.0/default/vendor_interface.cc b/bluetooth/1.0/default/vendor_interface.cc index 3878129..2c55d1c 100644 --- a/bluetooth/1.0/default/vendor_interface.cc +++ b/bluetooth/1.0/default/vendor_interface.cc
@@ -274,7 +274,7 @@ } void VendorInterface::Close() { - fd_watcher_.StopWatchingFileDescriptor(); + fd_watcher_.StopWatchingFileDescriptors(); if (lib_interface_ != nullptr) { bt_vendor_lpm_mode_t mode = BT_VND_LPM_DISABLE;