HomeSort by relevance Sort by last modified time
    Searched defs:StopScan (Results 1 - 3 of 3) sorted by null

  /system/bt/service/ipc/binder/
bluetooth_le_scanner_binder_server.cc 88 Status BluetoothLeScannerBinderServer::StopScan(int scanner_id,
100 *_aidl_return = scanner->StopScan();
  /system/bt/service/
low_energy_scanner.cc 88 if (scan_started_.load()) StopScan();
118 bool LowEnergyScanner::StopScan() {
125 hal::BluetoothGattInterface::Get()->StopScan(scanner_id_);
  /system/bt/service/hal/
bluetooth_gatt_interface.cc 801 bt_status_t BluetoothGattInterface::StopScan(int client_id) {

Completed in 93 milliseconds