Searched refs:StopScan (Results 1 – 9 of 9) 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
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;
249 bt_status_t StopScan(int client_id);
799 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan() function in bluetooth::hal::BluetoothGattInterface
284 EXPECT_TRUE(le_scanner_->StopScan()); in TEST_F()
962 ble_scanner_iface->StopScan(ble_scanner_id.load(), &status); in HandleStopLeScan()