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.