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

Side by Side Diff: device/bluetooth/public/interfaces/test/README.md

Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: Add all the READMEs! 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Bluetooth Test
2
3 This folder contains interfaces that are useful for testing of code that uses
4 device/bluetooth
5
6 ## Fake Bluetooth
7
8 `FakeBluetooth` is an interface that allows its clients to fake bluetooth events
9 at the platform abstraction layer. See fake_bluetooth.mojom for more information
10 about the interface and
11 [//device/bluetooth/test/README.md](//device/bluetooth/test/README.md) for
12 information about its implementation.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698