Roll nearby-connections from 57773f9b805f to 8acf9249344e (16 revisions)

`BleL2capServerSocket` is still in development, so the BUILD gets a
`-Wunused-private-field` error. Temporarily adding a flag to skip that
clang warning until development is complete.

https://chromium.googlesource.com/external/github.com/google/nearby-connections.git/+log/57773f9b805f..8acf9249344e

2025-03-28 hais@google.com Add AWDL as a new Medium type in Nearby platform
> PiperOrigin-RevId: 741515012
>

2025-03-27 crisrael@google.com Remove extra semi-colons to pass -Wextra-semi option in Chromium builds
> PiperOrigin-RevId: 741283141
>

2025-03-27 edwinwu@google.com Implement L2CAP stream wrapper.
> PiperOrigin-RevId: 741161066
>

2025-03-27 mingshiouwu@google.com Add client-side connection APIs for ble l2cap
> PiperOrigin-RevId: 741061740
>

2025-03-27 mingshiouwu@google.com Interface definition for Ble L2CAP Medium in Nearby Connections layer
> PiperOrigin-RevId: 741054574
>

2025-03-25 guogang@google.com Enable flag to disable instant on lost
> PiperOrigin-RevId: 740501388
>

2025-03-25 ftsui@google.com Change scheduler to require internet connectivity for jobs that use require_connectivity flag.
> PiperOrigin-RevId: 740473218
>

2025-03-25 ftsui@google.com Fix timer cannot be restarted after firing.
> PiperOrigin-RevId: 740450323
>

2025-03-25 guogang@google.com Optimize advertising on BLE device without extended support
> PiperOrigin-RevId: 740159393
>

2025-03-22 ftsui@google.com Add internet connectivity check to network monitor.
> PiperOrigin-RevId: 739495202
>

2025-03-21 ftsui@google.com Clean up scheduler.
> PiperOrigin-RevId: 739333476
>

2025-03-21 guogang@google.com Run scheduled executor callback on executor thread
> PiperOrigin-RevId: 738998896
>

2025-03-20 ftsui@google.com Add more logging to scheduled tasks.
> PiperOrigin-RevId: 738969815
>

2025-03-20 guogang@google.com Fix the bug to stop scanning when adapter is disabled
> PiperOrigin-RevId: 738949740
>

2025-03-20 ftsui@google.com Cleanup enable_task_scheduler flag.
> PiperOrigin-RevId: 738938572
>

2025-03-20 guogang@google.com Internal bug fix
> PiperOrigin-RevId: 738897253
>

Test: Manually verified on DUT that QS, PH still WAI
Bug: 362502228
Change-Id: I1ed02e65d95d21f2aefb3298eee0574377bd18f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6417523
Commit-Queue: Crisrael Lucero <crisrael@google.com>
Reviewed-by: Pu Shi <pushi@google.com>
Cr-Commit-Position: refs/heads/main@{#1440465}
4 files changed
tree: b838ef6293bf285bde4557a5c8aa63ed65e2a555
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. codelabs/
  13. components/
  14. content/
  15. crypto/
  16. dbus/
  17. device/
  18. docs/
  19. extensions/
  20. fuchsia_web/
  21. gin/
  22. google_apis/
  23. gpu/
  24. headless/
  25. infra/
  26. ios/
  27. ipc/
  28. media/
  29. mojo/
  30. native_client_sdk/
  31. net/
  32. pdf/
  33. ppapi/
  34. printing/
  35. remoting/
  36. rlz/
  37. sandbox/
  38. services/
  39. skia/
  40. sql/
  41. storage/
  42. styleguide/
  43. testing/
  44. third_party/
  45. tools/
  46. ui/
  47. url/
  48. webkit/
  49. .clang-format
  50. .clang-tidy
  51. .clangd
  52. .git-blame-ignore-revs
  53. .gitallowed
  54. .gitattributes
  55. .gitignore
  56. .gitmodules
  57. .gn
  58. .mailmap
  59. .rustfmt.toml
  60. .vpython3
  61. .yapfignore
  62. ATL_OWNERS
  63. AUTHORS
  64. BUILD.gn
  65. CODE_OF_CONDUCT.md
  66. codereview.settings
  67. CPPLINT.cfg
  68. CRYPTO_OWNERS
  69. DEPS
  70. DIR_METADATA
  71. LICENSE
  72. LICENSE.chromium_os
  73. OWNERS
  74. PRESUBMIT.py
  75. PRESUBMIT_test.py
  76. PRESUBMIT_test_mocks.py
  77. README.md
  78. WATCHLISTS
README.md

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure.

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

If you found a bug, please file it at https://crbug.com/new.