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

Unified Diff: device/bluetooth/public/interfaces/test/README.md

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: move web-bluetooth-test.js Created 3 years, 8 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/public/interfaces/test/README.md
diff --git a/device/bluetooth/public/interfaces/test/README.md b/device/bluetooth/public/interfaces/test/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..d91b89bca87e9e5c1e5db124b93cebf3004c39b0
--- /dev/null
+++ b/device/bluetooth/public/interfaces/test/README.md
@@ -0,0 +1,12 @@
+# Bluetooth Test
+
+This folder contains interfaces that are useful for testing of code that uses
+device/bluetooth
+
+## Fake Bluetooth
+
+`FakeBluetooth` is an interface that allows its clients to fake bluetooth events
+at the platform abstraction layer. See fake_bluetooth.mojom for more information
+about the interface and
+[//device/bluetooth/test/README.md](//device/bluetooth/test/README.md) for
+information about its implementation.
« no previous file with comments | « device/bluetooth/public/interfaces/test/OWNERS ('k') | device/bluetooth/public/interfaces/test/fake_bluetooth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698