OLD | NEW |
1 Bluetooth in Content | 1 # Web Bluetooth Service in Content |
2 ==================== | |
3 | 2 |
4 `content/*/bluetooth` implements [Web Bluetooth][WB] using the | 3 `content/*/bluetooth` implements the [Web Bluetooth specification] |
5 `device/bluetooth` code module. | 4 using the [/device/bluetooth] code module. |
6 | 5 |
7 [WB]: https://webbluetoothcg.github.io/web-bluetooth/ | 6 This service is exposed to the web in the [blink bluetooth module]. |
8 | 7 |
9 Testing | 8 [Web Bluetooth specification]: https://webbluetoothcg.github.io/web-bluetooth/ |
10 -------------------------------------------------------------------------------- | 9 [/device/bluetooth]: /device/bluetooth |
| 10 [blink bluetooth module]: /third_party/WebKit/Source/modules/bluetooth/ |
| 11 |
| 12 |
| 13 ## Testing |
11 | 14 |
12 Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on | 15 Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on |
13 fake Bluetooth implementation classes constructed in | 16 fake Bluetooth implementation classes constructed in |
14 `content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`. | 17 `content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`. |
15 These tests span JavaScript binding to the `device/bluetooth` API layer. | 18 These tests span JavaScript binding to the `device/bluetooth` API layer. |
16 | 19 |
17 | 20 |
18 Design Documents | 21 ## Design Documents |
19 -------------------------------------------------------------------------------- | |
20 | 22 |
21 See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class] | 23 See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class] |
22 | 24 |
23 [Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents
/bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram | 25 [Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents
/bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram |
24 | 26 |
OLD | NEW |