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

Unified Diff: device/bluetooth/bluetooth_device_android.cc

Issue 2499913002: bluetooth: android: Implement RetrieveGattConnectedDevicesWithFilter
Patch Set: rebase Created 4 years 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.cc
diff --git a/device/bluetooth/bluetooth_device_android.cc b/device/bluetooth/bluetooth_device_android.cc
index ce76d20b169b8667980d7833366732b7a95be885..d177bf60a47266e4fb09ea4d122b99113db1a1f5 100644
--- a/device/bluetooth/bluetooth_device_android.cc
+++ b/device/bluetooth/bluetooth_device_android.cc
@@ -43,6 +43,7 @@ BluetoothDeviceAndroid* BluetoothDeviceAndroid::Create(
AttachCurrentThread(), reinterpret_cast<intptr_t>(device),
bluetooth_device_wrapper));
+ device->UpdateTimestamp();
return device;
}

Powered by Google App Engine
This is Rietveld 408576698