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

Unified Diff: device/bluetooth/bluetooth_adapter_unittest.cc

Issue 1920353002: Implement create attribute API functions for BTLE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api_changes
Patch Set: Created 4 years, 8 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_adapter_unittest.cc
diff --git a/device/bluetooth/bluetooth_adapter_unittest.cc b/device/bluetooth/bluetooth_adapter_unittest.cc
index 0c12221a1610dd81fddfdb4e2b01df387524d74b..9533e962b1fb09d1cf7302f56bf46628be29ebc5 100644
--- a/device/bluetooth/bluetooth_adapter_unittest.cc
+++ b/device/bluetooth/bluetooth_adapter_unittest.cc
@@ -103,6 +103,11 @@ class TestBluetoothAdapter : public BluetoothAdapter {
const CreateAdvertisementCallback& callback,
const CreateAdvertisementErrorCallback& error_callback) override {}
+ BluetoothLocalGattService* GetGattService(
+ const std::string& identifier) const override {
+ return nullptr;
+ }
+
void TestErrorCallback() {}
ScopedVector<BluetoothDiscoverySession> discovery_sessions_;

Powered by Google App Engine
This is Rietveld 408576698