tree: f22773f8f0f6d87afde5042bd5a3f0603096f7bd [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_dispatcher_host.cc
  9. bluetooth_dispatcher_host.h
  10. bluetooth_metrics.cc
  11. bluetooth_metrics.h
  12. cache_query_result.h
  13. DEPS
  14. first_device_bluetooth_chooser.cc
  15. first_device_bluetooth_chooser.h
  16. frame_connected_bluetooth_devices.cc
  17. frame_connected_bluetooth_devices.h
  18. frame_connected_bluetooth_devices_unittest.cc
  19. OWNERS
  20. PRESUBMIT.py
  21. README.md
  22. web_bluetooth_service_impl.cc
  23. 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