Searched refs:StopScan (Results 1 – 14 of 14) sorted by relevance
88 if (scan_started_.load()) StopScan(); in ~LowEnergyScanner()118 bool LowEnergyScanner::StopScan() { in StopScan() function in bluetooth::LowEnergyScanner125 hal::BluetoothGattInterface::Get()->StopScan(scanner_id_); in StopScan()
78 bool StopScan();
31 boolean StopScan(int client_id); in StopScan() method
9 rpc StopScan(google.protobuf.Empty) returns (ScanStoppedMsg) {} rpc
57 ::grpc::Status StopScan(::grpc::ServerContext* context, const ::google::protobuf::Empty*, in StopScan() function in bluetooth::hci::facade::LeScanningManagerFacadeService61 le_scanning_manager_->StopScan( in StopScan()
88 Status BluetoothLeScannerBinderServer::StopScan(int scanner_id, in StopScan() function in ipc::binder::BluetoothLeScannerBinderServer100 *_aidl_return = scanner->StopScan(); in StopScan()
62 Status StopScan(int scanner_id, bool* _aidl_return) override;
42 void StopScan(common::Callback<void()> on_stopped);
305 void LeScanningManager::StopScan(common::Callback<void()> on_stopped) { in StopScan() function in bluetooth::hci::LeScanningManager
249 bt_status_t StopScan(int client_id);
799 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan() function in bluetooth::hal::BluetoothGattInterface
285 EXPECT_TRUE(le_scanner_->StopScan()); in TEST_F()
727 GetScanning()->StopScan(base::Bind([]() {})); in StopActiveScanning()
962 ble_scanner_iface->StopScan(ble_scanner_id.load(), &status); in HandleStopLeScan()