[PATCH BlueZ v1 0/3] doc: Add Channel Sounding distance provider documentation
Naga Bhavani Akella <[email protected]> Thu, 30 Jul 2026 17:13:37 +0530
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
This series documents the D-Bus API that lets an external ranging
daemon compute Channel Sounding distance estimates from the raw
procedure data BlueZ reports, and feed them back for reflection on
the device's Channel Sounding interface
Patch 3 documents ChannelSoundingDistanceProviderManager1, which a
ranging daemon uses to register/unregister itself as a distance
provider.
Patch 2 documents ChannelSoundingDistanceProvider1, the interface the
registered provider implements to expose per-device distance
estimates.
Patch 1 documents ChannelSoundingDistance1, the BlueZ-owned interface
that reflects the provider's DistanceMeters estimate for consumption
by desktop clients.
Naga Bhavani Akella (3):
doc: Add org.bluez.ChannelSoundingDistance1 documentation
doc: Add org.bluez.ChannelSoundingDistanceProvider documentation
doc: Add org.bluez.ChannelSoundingDistanceProviderManager
documentation
Makefile.am | 15 +++++-
doc/org.bluez.ChannelSoundingDistance1.rst | 36 +++++++++++++
....bluez.ChannelSoundingDistanceProvider.rst | 32 +++++++++++
...ChannelSoundingDistanceProviderManager.rst | 53 +++++++++++++++++++
4 files changed, 134 insertions(+), 2 deletions(-)
create mode 100644 doc/org.bluez.ChannelSoundingDistance1.rst
create mode 100644 doc/org.bluez.ChannelSoundingDistanceProvider.rst
create mode 100644 doc/org.bluez.ChannelSoundingDistanceProviderManager.rst
--