tree: beb311edf5acdf81cee23f168b837d55e5ff3a56 [path history] [tgz]
  1. tools/
  2. bluetooth_allowed_devices.cc
  3. bluetooth_allowed_devices.h
  4. bluetooth_allowed_devices_map.cc
  5. bluetooth_allowed_devices_map.h
  6. bluetooth_allowed_devices_unittest.cc
  7. bluetooth_blocklist.cc
  8. bluetooth_blocklist.h
  9. bluetooth_blocklist_unittest.cc
  10. bluetooth_device_chooser_controller.cc
  11. bluetooth_device_chooser_controller.h
  12. bluetooth_device_chooser_controller_unittest.cc
  13. bluetooth_metrics.cc
  14. bluetooth_metrics.h
  15. DEPS
  16. frame_connected_bluetooth_devices.cc
  17. frame_connected_bluetooth_devices.h
  18. frame_connected_bluetooth_devices_unittest.cc
  19. OWNERS
  20. README.md
  21. web_bluetooth_service_impl.cc
  22. web_bluetooth_service_impl.h
content/browser/bluetooth/README.md

Web Bluetooth Service in Content

content/*/bluetooth implements the Web Bluetooth specification using the /device/bluetooth code module.

This service is exposed to the web in the blink bluetooth module.

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