| OLD | NEW |
| 1 # Bluetooth Test | 1 # Bluetooth Test Interfaces |
| 2 | 2 |
| 3 This folder contains interfaces that are useful for testing of code that uses | 3 This folder contains interfaces that are useful for testing of code that uses |
| 4 device/bluetooth | 4 device/bluetooth |
| 5 | 5 |
| 6 ## Fake Bluetooth | 6 ## Fake Bluetooth |
| 7 | 7 |
| 8 `FakeBluetooth` is an interface that allows its clients to fake bluetooth events | 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 | 9 at the platform abstraction layer. See fake_bluetooth.mojom for more information |
| 10 about the interface and | 10 about the interface and |
| 11 [//device/bluetooth/test/README.md](//device/bluetooth/test/README.md) for | 11 [//device/bluetooth/test/README.md](/device/bluetooth/test/README.md) for |
| 12 information about its implementation. | 12 information about its implementation. |
| OLD | NEW |