From f20a2dc6ded67a50659c66d8d860ae338d4058c8 Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Fri, 7 Jun 2024 01:36:00 +0000 Subject: [PATCH] pw_bluetooth: Add module metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 339741960 Change-Id: I7317c8086f9c6f218f8c180baba40d0789947f0e Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214575 Reviewed-by: Ben Lawson Lint: Lint 🤖 Commit-Queue: Kayce Basques --- docs/module_metadata.json | 7 +++++++ pw_bluetooth/docs.rst | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/module_metadata.json b/docs/module_metadata.json index 932ccead8..71429e44f 100644 --- a/docs/module_metadata.json +++ b/docs/module_metadata.json @@ -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", diff --git a/pw_bluetooth/docs.rst b/pw_bluetooth/docs.rst index 8bcf7e30c..c8839788e 100644 --- a/pw_bluetooth/docs.rst +++ b/pw_bluetooth/docs.rst @@ -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.