| 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.
|
|
|