From 346b3650caa2a7606fd52472561bd2e22016344b Mon Sep 17 00:00:00 2001 From: Christian Erhardt Date: Wed, 6 Sep 2023 10:39:23 +0000 Subject: [PATCH] doc: fix link to nordic_ssp_le_counter example --- example/nordic_spp_le_counter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/nordic_spp_le_counter.c b/example/nordic_spp_le_counter.c index e0480b806..2e9b7dcaf 100644 --- a/example/nordic_spp_le_counter.c +++ b/example/nordic_spp_le_counter.c @@ -38,7 +38,7 @@ #define BTSTACK_FILE__ "nordic_spp_le_counter.c" // ***************************************************************************** -/* EXAMPLE_START(nordic_le_counter): LE Nordic SPP-like Heartbeat Server +/* EXAMPLE_START(nordic_ssp_le_counter): LE Nordic SPP-like Heartbeat Server * */ // ***************************************************************************** @@ -64,7 +64,7 @@ * * @text Listing MainConfiguration shows main application code. * It initializes L2CAP, the Security Manager and configures the ATT Server with the pre-compiled - * ATT Database generated from $nordic_le_counter.gatt$. + * ATT Database generated from $nordic_ssp_le_counter.gatt$. * Additionally, it enables the Battery Service Server with the current battery level. * Finally, it configures the advertisements * and the heartbeat handler and boots the Bluetooth stack.