Copybara import of the project:

--
ad6bd802679a5a1bb27a83207ff18fec5600d2ca by Deling Ren <deling@google.com>:

Fix the crash when an endpoint without a UTF8 name is discovered

FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/google/nearby/pull/2159 from deling-google:b304413068 ad6bd802679a5a1bb27a83207ff18fec5600d2ca
PiperOrigin-RevId: 572354672
7 files changed
tree: 575223e694a3f7dd833b20bd369c0d10c8efbe84
  1. .github/
  2. compiled_proto/
  3. connections/
  4. embedded/
  5. fastpair/
  6. internal/
  7. presence/
  8. proto/
  9. sharing/
  10. third_party/
  11. .bazelrc
  12. .gitignore
  13. .gitmodules
  14. CODE_OF_CONDUCT.md
  15. CONTRIBUTING.md
  16. LICENSE
  17. minimum_os.bzl
  18. Package.resolved
  19. Package.swift
  20. README.md
  21. WORKSPACE
README.md

Nearby

Nearby is a collection of projects focused on connectivity that enable building cross-device experiences.

This is not an officially supported Google product.

Projects

Nearby Connections

A peer-to-peer networking API that allows apps to easily discover, connect to, and exchange data with nearby devices in real-time, regardless of network connectivity.

Fast Pair

Utilizes Bluetooth Low Energy (BLE) to discover nearby Bluetooth devices without using significant phone battery, enabling “magical” scenarios based on device proximity.

Nearby Presence

An extension to Nearby Connections that features an extensible identity model for authentication and restricted visibility, resource management for system health, and proximity detection through sensor fusion.

Nearby for Embedded Systems

A lightweight implementation of Fast Pair intended for embedded systems.

Contributing

We encourage you to contribute to Nearby! Please check out the Contributing to Nearby guide for guidelines about how to proceed.

License

Nearby is released under the Apache License 2.0