tree: fdd7d1b531ff5fc4ee48f1c697d8378250c0c1e1 [path history] [tgz]
  1. access.fidl
  2. bootstrap.fidl
  3. BUILD.gn
  4. fuchsia.bluetooth.sys.api
  5. host_watcher.fidl
  6. identity.fidl
  7. OWNERS
  8. pairing_delegate.fidl
  9. peer.fidl
  10. README.md
sdk/fidl/fuchsia.bluetooth.sys/README.md

Core Bluetooth system library

This library provides a management plane for Fuchsia's core Bluetooth subsystem. It defines protocols that build an abstraction for the Generic Access Profile.

The FIDL protocols defined in this library allow clients to manage hardware policy, read and write sensitive information (such as device name), intercept authentication challenges, and manage stored bonds. Hence these capabilities should only be granted to components that have sufficient privilege.

Protocols

  • HostWatcher: Fuchsia maintains a host-subsystem for each Bluetooth controller that is available to the OS, represented as a bt-host device. The HostWatcher protocol can be used to enumerate the bt-host devices that are detected by the core system and designate an active one that all Bluetooth procedures will be routed to.

  • Access: Abstracts the procedures defined in the Generic Access Profile including device discovery, connection establishment, and pairing. This protocol is intended to build system-level user interfaces.