Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2233)

Unified Diff: device/bluetooth/bluetooth_device_android.h

Issue 2244693002: bluetooth: Refactor how we update based on Advertising Data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix arc Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_device_android.h
diff --git a/device/bluetooth/bluetooth_device_android.h b/device/bluetooth/bluetooth_device_android.h
index 76a7bf8a5a41dc878dbb9a709103fb7e8b573aa9..dbf4c42163913e1c37a1b3302cb6dfa65cf4b720 100644
--- a/device/bluetooth/bluetooth_device_android.h
+++ b/device/bluetooth/bluetooth_device_android.h
@@ -49,10 +49,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceAndroid final
return static_cast<BluetoothAdapterAndroid*>(adapter_);
}
- // Replaces cached copy of advertised UUIDs discovered during a scan.
- void UpdateAdvertisedUUIDs(
- jobjectArray advertised_uuids); // Java Type: String[]
-
// BluetoothDevice:
uint32_t GetBluetoothClass() const override;
std::string GetAddress() const override;

Powered by Google App Engine
This is Rietveld 408576698