From 6077ac2e886251f36f65a211b699e2a44c99de78 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 29 Aug 2023 19:27:08 +0200 Subject: [PATCH] example/hog_host_demo: setup GATT DB --- example/hog_host_demo.gatt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 example/hog_host_demo.gatt diff --git a/example/hog_host_demo.gatt b/example/hog_host_demo.gatt new file mode 100644 index 000000000..da3cf6ab8 --- /dev/null +++ b/example/hog_host_demo.gatt @@ -0,0 +1,2 @@ +PRIMARY_SERVICE, GAP_SERVICE +CHARACTERISTIC, GAP_DEVICE_NAME, READ, "HOG Host"