Skip to content

Commit

Permalink
pw_bluetooth: Add module metadata
Browse files Browse the repository at this point in the history
Bug: 339741960
Change-Id: I7317c8086f9c6f218f8c180baba40d0789947f0e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214575
Reviewed-by: Ben Lawson <[email protected]>
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Kayce Basques <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 7, 2024
1 parent 13815f7 commit f20a2dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/module_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 5 additions & 2 deletions pw_bluetooth/docs.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit f20a2dc

Please sign in to comment.