[bluetooth] Skeletons for WinRT GATT Service Discovery

This change adds class skeletons required for the implementation and
testing of GATT service discovery on WinRT. No functionality is added,
this CL is simply meant to reduce the size and boilerplate of the
following change.

Bug: 821766
Change-Id: Ie20629235f08dff9e5ffcb38273cc8ddb2a8e5e0
Reviewed-on: https://chromium-review.googlesource.com/1102023
Commit-Queue: Jan Wilken Dörrie <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Cr-Commit-Position: refs/heads/master@{#568056}
diff --git a/device/BUILD.gn b/device/BUILD.gn
index f791280..f643626 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -290,8 +290,14 @@
       "bluetooth/test/fake_bluetooth_le_advertisement_watcher_winrt.h",
       "bluetooth/test/fake_bluetooth_le_advertisement_winrt.cc",
       "bluetooth/test/fake_bluetooth_le_advertisement_winrt.h",
+      "bluetooth/test/fake_bluetooth_le_device_winrt.cc",
+      "bluetooth/test/fake_bluetooth_le_device_winrt.h",
       "bluetooth/test/fake_device_information_winrt.cc",
       "bluetooth/test/fake_device_information_winrt.h",
+      "bluetooth/test/fake_gatt_device_service_winrt.cc",
+      "bluetooth/test/fake_gatt_device_service_winrt.h",
+      "bluetooth/test/fake_gatt_device_services_result_winrt.cc",
+      "bluetooth/test/fake_gatt_device_services_result_winrt.h",
       "bluetooth/test/fake_radio_winrt.cc",
       "bluetooth/test/fake_radio_winrt.h",
     ]