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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_device_client.h

Issue 2102093003: Implement BluetoothDeviceBlueZ::GetServiceRecords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/dbus/fake_bluetooth_device_client.h
diff --git a/device/bluetooth/dbus/fake_bluetooth_device_client.h b/device/bluetooth/dbus/fake_bluetooth_device_client.h
index d8f03cf384669055c40eb519cc2e20f0b427e8f6..64a995bed93918bb3be5800f1ce9f2bf5e4c7b73 100644
--- a/device/bluetooth/dbus/fake_bluetooth_device_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_device_client.h
@@ -5,8 +5,7 @@
#ifndef DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_DEVICE_CLIENT_H_
#define DEVICE_BLUETOOTH_DBUS_FAKE_BLUETOOTH_DEVICE_CLIENT_H_
-#include <stdint.h>
-
+#include <cstdint>
#include <map>
#include <memory>
#include <vector>
@@ -102,6 +101,9 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothDeviceClient
void GetConnInfo(const dbus::ObjectPath& object_path,
const ConnInfoCallback& callback,
const ErrorCallback& error_callback) override;
+ void GetServiceRecords(const dbus::ObjectPath& object_path,
+ const ServiceRecordsCallback& callback,
+ const ErrorCallback& error_callback) override;
void SetSimulationIntervalMs(int interval_ms);

Powered by Google App Engine
This is Rietveld 408576698