summaryrefslogtreecommitdiff
path: root/device/bluetooth/bluetooth_uuid.h
diff options
context:
space:
mode:
authorarmansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 22:32:55 +0900
committerQijiang Fan <fqj@google.com>2020-06-04 16:27:06 +0900
commitb4b5156e807e84f4317c42a2ef4c1b42a09bff9e (patch)
tree01af7758932b75369253e5fe6374d466a1476eef /device/bluetooth/bluetooth_uuid.h
parentb4226fabff9dddc95e881fb544d69a3ed5844d2f (diff)
downloadlibchrome-b4b5156e807e84f4317c42a2ef4c1b42a09bff9e.tar.gz
device/bluetooth: Add chromeos::BluetoothRemoteGattCharacteristicChromeOS.
Added the chromeos::BluetoothRemoteGattCharacteristicChromeOS class which implements a remote instance of device::BluetoothGattCharacteristic for the Chrome OS platform. BUG=360266,340529 TEST=device_unittests Review URL: https://codereview.chromium.org/228643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262964 0039d316-1c4b-4281-b951-d872f2087c98 CrOS-Libchrome-Original-Commit: 9389175ac37ae00e7f020bf4b29ab8e7e074b963
Diffstat (limited to 'device/bluetooth/bluetooth_uuid.h')
-rw-r--r--device/bluetooth/bluetooth_uuid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_uuid.h b/device/bluetooth/bluetooth_uuid.h
index 282c8baf17..1b547d1837 100644
--- a/device/bluetooth/bluetooth_uuid.h
+++ b/device/bluetooth/bluetooth_uuid.h
@@ -89,6 +89,9 @@ class BluetoothUUID {
std::string canonical_value_;
};
+// This is required by gtest to print a readable output on test failures.
+void PrintTo(const BluetoothUUID& uuid, std::ostream* out);
+
} // namespace device
#endif // DEVICE_BLUETOOTH_BLUETOOTH_UUID_H_