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

Unified Diff: device/bluetooth/test/fake_central.h

Issue 2867713008: bluetooth: Implement known_service_uuids for Peripherals. (Closed)
Patch Set: Fix test Created 3 years, 7 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/test/fake_central.h
diff --git a/device/bluetooth/test/fake_central.h b/device/bluetooth/test/fake_central.h
index 9d373861e509728ddbd78fa4606a58d183778f7e..36cd94f31061838032829da93fab8e5d93d4bd87 100644
--- a/device/bluetooth/test/fake_central.h
+++ b/device/bluetooth/test/fake_central.h
@@ -27,7 +27,10 @@ class FakeCentral : NON_EXPORTED_BASE(public mojom::FakeCentral),
void SimulatePreconnectedPeripheral(
const std::string& address,
const std::string& name,
+ const std::vector<device::BluetoothUUID>& known_service_uuids,
const SimulatePreconnectedPeripheralCallback& callback) override;
+ void SetState(mojom::CentralState state,
+ const SetStateCallback& callback) override;
// BluetoothAdapter overrides:
std::string GetAddress() const override;

Powered by Google App Engine
This is Rietveld 408576698