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

Bluetooth in Content

content/*/bluetooth implements Web Bluetooth using the device/bluetooth code 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