From 169ebcbb6bf2fe70942645a06374cd38b54db53f Mon Sep 17 00:00:00 2001 From: Mohamed Amine Elfelsoufi Date: Wed, 6 Jul 2022 20:43:28 +0000 Subject: [PATCH] Pull request #7: Minor bugfix BT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs Squashed commit of the following: commit 30fd4a1e5232497a98ba2048af53e574f3e20b4c Author: Elfelsoufi-SiLabs Date: Wed Jul 6 14:42:12 2022 -0400 🛠 Rebase Fix. commit 83b558f3d8e64817d22feefe0051631f09bb6aaa Author: Elfelsoufi-SiLabs Date: Thu Jun 2 16:19:34 2022 -0400 ✨ Edit comment format. commit 468db8bc40664649f6a9c1708de6c690110667e7 Author: Elfelsoufi-SiLabs Date: Mon May 30 16:16:43 2022 -0400 🐛 Bugfix clarification. commit 1ff11450315d8be19bc34f0a6d03405fc6df0726 Author: Elfelsoufi-SiLabs Date: Mon May 30 16:04:12 2022 -0400 🐛 BLE minor bugfix. --- silabs_examples/template/efr32/src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/silabs_examples/template/efr32/src/main.cpp b/silabs_examples/template/efr32/src/main.cpp index 06771845cc5704..6c169602c5ba16 100644 --- a/silabs_examples/template/efr32/src/main.cpp +++ b/silabs_examples/template/efr32/src/main.cpp @@ -25,7 +25,8 @@ #include "sl_system_kernel.h" #include -#define BLE_DEV_NAME "SiLabs-Template" +// The name must not be longer than 13 characters +#define BLE_DEV_NAME "SL-Template" using namespace ::chip; using namespace ::chip::Inet; using namespace ::chip::DeviceLayer;