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

Unified Diff: device/bluetooth/README.md

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: Address scheib's comments 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
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/README.md
diff --git a/device/bluetooth/README.md b/device/bluetooth/README.md
index f3c0ed8939fe811a3fa248b596cae8c584f85e38..991de6f0603c28544c576824accea7865bb9ad93 100644
--- a/device/bluetooth/README.md
+++ b/device/bluetooth/README.md
@@ -49,6 +49,13 @@ Known future work is tracked in the
Implementation of the Bluetooth component is tested via unittests. Client code
uses Mock Bluetooth objects:
+### Mojo Testing Interface
+A Mojo Testing Interface is defined at
+`src/device/bluetooth/public/interfaces/test/fake_bluetooth.mojom`.
+Clients can use this interface to control a fake implementation of the non-mojo
+C++ Bluetooth interface. The implementation of this test interface lives at
+`src/device/bluetooth/test/`. *This interface will be removed once a Bluetooth
scheib 2017/04/10 21:52:31 'will be removed' is hard to say... ;) 'should' or
ortuno 2017/04/12 05:49:06 Done. I added that we'll remove it if Web Bluetoot
+Mojo Service is introduced.*
### Cross Platform Unit Tests
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698