| Index: content/browser/bluetooth/README.md
|
| diff --git a/content/browser/bluetooth/README.md b/content/browser/bluetooth/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6e55bcd73b36b9e25e49896ab72f9ee1193ee7f5
|
| --- /dev/null
|
| +++ b/content/browser/bluetooth/README.md
|
| @@ -0,0 +1,24 @@
|
| +Bluetooth in Content
|
| +====================
|
| +
|
| +`content/*/bluetooth` implements [Web Bluetooth][WB] using the
|
| +`device/bluetooth` code module.
|
| +
|
| +[WB]: https://webbluetoothcg.github.io/web-bluetooth/
|
| +
|
| +Testing
|
| +--------------------------------------------------------------------------------
|
| +
|
| +Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on
|
| +fake Bluetooth implementation classes constructed in
|
| +`content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`.
|
| +These tests span JavaScript binding to the `device/bluetooth` API layer.
|
| +
|
| +
|
| +Design Documents
|
| +--------------------------------------------------------------------------------
|
| +
|
| +See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class]
|
| +
|
| +[Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents/bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram
|
| +
|
|
|