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

Unified Diff: components/arc/test/fake_bluetooth_instance.cc

Issue 2149713002: arc: bluetooth: Add SDP host side support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewind to the previous approach using generic attribute and type converter 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: components/arc/test/fake_bluetooth_instance.cc
diff --git a/components/arc/test/fake_bluetooth_instance.cc b/components/arc/test/fake_bluetooth_instance.cc
index ce56c994391d7b289b862f3030bdfbe61befa2f5..f8e4a8cdae69c09d29bf28db37ddd9ff7a080d53 100644
--- a/components/arc/test/fake_bluetooth_instance.cc
+++ b/components/arc/test/fake_bluetooth_instance.cc
@@ -112,4 +112,10 @@ void FakeBluetoothInstance::RequestGattWrite(
mojo::Array<uint8_t> value,
const RequestGattWriteCallback& callback) {}
+void FakeBluetoothInstance::OnGetSdpRecords(
+ mojom::BluetoothStatus status,
+ mojom::BluetoothAddressPtr remove_addr,
+ mojom::BluetoothUUIDPtr target_uuid,
+ mojo::Array<mojom::BluetoothSdpRecordPtr> records) {}
+
} // namespace arc
« components/arc/common/bluetooth.typemap ('K') | « components/arc/test/fake_bluetooth_instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698