| OLD | NEW |
| (Empty) | |
| 1 # Bluetooth |
| 2 |
| 3 Interfaces providing cross platform abstraction of [Bluetooth](../..). |
| 4 |
| 5 ## Note |
| 6 |
| 7 These interfaces are NOT yet ready for production use by |
| 8 other components. They are a start at a large task of producing |
| 9 a service for device/bluetooth. Work was scoped to the miniumum |
| 10 required to enable |
| 11 [chrome://bluetooth-internals page][InternalsDesignDoc], and |
| 12 long term design and testing were minimized to accomplish that. |
| 13 |
| 14 [InternalsDesignDoc]: https://docs.google.com/document/d/1wa96bCrB2Iw7tTI-fWsKmh
LB7_ffF12frGIjRvhaj9E/edit#heading=h.2j0b11w2a292 |
| 15 |
| OLD | NEW |