Home
last modified time | relevance | path

Searched refs:StopScan (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/
Dlow_energy_scanner.cc88 if (scan_started_.load()) StopScan(); in ~LowEnergyScanner()
118 bool LowEnergyScanner::StopScan() { in StopScan() function in bluetooth::LowEnergyScanner
125 hal::BluetoothGattInterface::Get()->StopScan(scanner_id_); in StopScan()
Dlow_energy_scanner.h78 bool StopScan();
/system/bt/service/common/android/bluetooth/
DIBluetoothLeScanner.aidl31 boolean StopScan(int client_id); in StopScan() method
/system/bt/service/ipc/binder/
Dbluetooth_le_scanner_binder_server.cc88 Status BluetoothLeScannerBinderServer::StopScan(int scanner_id, in StopScan() function in ipc::binder::BluetoothLeScannerBinderServer
100 *_aidl_return = scanner->StopScan(); in StopScan()
Dbluetooth_le_scanner_binder_server.h62 Status StopScan(int scanner_id, bool* _aidl_return) override;
/system/bt/service/hal/
Dbluetooth_gatt_interface.h249 bt_status_t StopScan(int client_id);
Dbluetooth_gatt_interface.cc799 bt_status_t BluetoothGattInterface::StopScan(int client_id) { in StopScan() function in bluetooth::hal::BluetoothGattInterface
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc284 EXPECT_TRUE(le_scanner_->StopScan()); in TEST_F()
/system/bt/service/client/
Dmain.cc962 ble_scanner_iface->StopScan(ble_scanner_id.load(), &status); in HandleStopLeScan()