pw_bluetooth: Add module metadata

Bug: 339741960
Change-Id: I7317c8086f9c6f218f8c180baba40d0789947f0e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214575
Reviewed-by: Ben Lawson <benlawson@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Kayce Basques <kayce@google.com>
This commit is contained in:
Kayce Basques 2024-06-07 01:36:00 +00:00 committed by CQ Bot Account
parent 13815f73d4
commit f20a2dc6de
2 changed files with 12 additions and 2 deletions

View File

@ -73,6 +73,13 @@
"C++"
]
},
"pw_bluetooth": {
"tagline": "Host-layer Bluetooth Low Energy APIs and utilities",
"status": "unstable",
"languages": [
"C++"
]
},
"pw_bluetooth_hci": {
"tagline": "Bluetooth Host Controller Interface utilities",
"status": "stable",

View File

@ -1,8 +1,11 @@
.. _module-pw_bluetooth:
================
============
pw_bluetooth
================
============
.. pigweed-module::
:name: pw_bluetooth
The ``pw_bluetooth`` module contains APIs and utilities for the host layer of
Bluetooth Low Energy.