Skip to content

Commit

Permalink
Added changes to show the show correct BLE name if more than 16 chara…
Browse files Browse the repository at this point in the history
…cter
  • Loading branch information
KishorSilabs committed Dec 18, 2023
1 parent b4ce50d commit 925d582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/BLEManagerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class BLEManagerImpl final : public BLEManager, private BleLayer, private BlePla
enum
{
kMaxConnections = BLE_LAYER_NUM_BLE_ENDPOINTS,
kMaxDeviceNameLength = 16,
kMaxDeviceNameLength = 27,
kUnusedIndex = 0xFF,
};

Expand Down

0 comments on commit 925d582

Please sign in to comment.