Loading system/gd/hci/le_scanning_manager.cc +1 −0 Original line number Diff line number Diff line Loading @@ -555,6 +555,7 @@ struct LeScanningManager::impl : public bluetooth::hci::LeAddressManagerCallback if (address_manager_registered_) { le_address_manager_->Unregister(this); address_manager_registered_ = false; paused_ = false; } stop_scan(); } Loading Loading
system/gd/hci/le_scanning_manager.cc +1 −0 Original line number Diff line number Diff line Loading @@ -555,6 +555,7 @@ struct LeScanningManager::impl : public bluetooth::hci::LeAddressManagerCallback if (address_manager_registered_) { le_address_manager_->Unregister(this); address_manager_registered_ = false; paused_ = false; } stop_scan(); } Loading