From d67e29b18d2ac1e21767c22a2927234941e343f7 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Mon, 27 Dec 2021 20:10:54 +0100
Subject: [PATCH] docs: Create empty bluetooth overview

---
 Documentation/bluetooth/overview.rst | 8 ++++++++
 Documentation/index.rst              | 1 +
 2 files changed, 9 insertions(+)
 create mode 100644 Documentation/bluetooth/overview.rst

diff --git a/Documentation/bluetooth/overview.rst b/Documentation/bluetooth/overview.rst
new file mode 100644
index 00000000..01e7c45f
--- /dev/null
+++ b/Documentation/bluetooth/overview.rst
@@ -0,0 +1,8 @@
+.. _bluetooth_overview:
+
+Overview
+========
+
+
+UUIDs
+=====
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 5c8f389f..aa3c2f0f 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -72,6 +72,7 @@ Last but not least, if you want to start hacking the lower-level firmware, the
    :maxdepth: 1
    :caption: Bluetooth
 
+   bluetooth/overview
    bluetooth/ess
    bluetooth/file-transfer
    bluetooth/card10
-- 
GitLab