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

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

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.h
diff --git a/components/arc/test/fake_bluetooth_instance.h b/components/arc/test/fake_bluetooth_instance.h
index eb6ad8ecd9d6f763524c1a41f45c641def256af7..7dcc8c5767a5a0c1ad126c1accfd5b194914f0be 100644
--- a/components/arc/test/fake_bluetooth_instance.h
+++ b/components/arc/test/fake_bluetooth_instance.h
@@ -120,6 +120,12 @@ class FakeBluetoothInstance : public mojom::BluetoothInstance {
mojo::Array<uint8_t> value,
const RequestGattWriteCallback& callback) override;
+ void OnGetSdpRecords(
+ mojom::BluetoothStatus status,
+ mojom::BluetoothAddressPtr remove_addr,
+ mojom::BluetoothUUIDPtr target_uuid,
+ mojo::Array<mojom::BluetoothSdpRecordPtr> records) override;
+
const std::vector<mojo::Array<mojom::BluetoothPropertyPtr>>&
device_found_data() const {
return device_found_data_;

Powered by Google App Engine
This is Rietveld 408576698