Skip to content

Commit 14b6d52

Browse files
Mohamed Amine Elfelsoufijmartinez-silabs
Mohamed Amine Elfelsoufi
authored andcommitted
Pull request project-chip#7: Minor bugfix BT
Merge in WMN_TOOLS/matter from minor_bugfix_BT to silabs Squashed commit of the following: commit 30fd4a1e5232497a98ba2048af53e574f3e20b4c Author: Elfelsoufi-SiLabs <moaminee@silabs.com> Date: Wed Jul 6 14:42:12 2022 -0400 🛠 Rebase Fix. commit 83b558f3d8e64817d22feefe0051631f09bb6aaa Author: Elfelsoufi-SiLabs <moaminee@silabs.com> Date: Thu Jun 2 16:19:34 2022 -0400 ✨ Edit comment format. commit 468db8bc40664649f6a9c1708de6c690110667e7 Author: Elfelsoufi-SiLabs <moaminee@silabs.com> Date: Mon May 30 16:16:43 2022 -0400 🐛 Bugfix clarification. commit 1ff11450315d8be19bc34f0a6d03405fc6df0726 Author: Elfelsoufi-SiLabs <moaminee@silabs.com> Date: Mon May 30 16:04:12 2022 -0400 🐛 BLE minor bugfix.
1 parent 9fbc9ab commit 14b6d52

File tree

1 file changed

+2
-1
lines changed
  • silabs_examples/template/efr32/src

1 file changed

+2
-1
lines changed

silabs_examples/template/efr32/src/main.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
#include "sl_system_kernel.h"
2626
#include <matter_config.h>
2727

28-
#define BLE_DEV_NAME "SiLabs-Template"
28+
// The name must not be longer than 13 characters
29+
#define BLE_DEV_NAME "SL-Template"
2930
using namespace ::chip;
3031
using namespace ::chip::Inet;
3132
using namespace ::chip::DeviceLayer;

0 commit comments

Comments
 (0)