Skip to content

Commit bf2dfb4

Browse files
committed
Merge branch 'bugfix/rs911x_ble_tx_timer_issue' of https://github.com/shgutte/connectedhomeip into bugfix/rs911x_ble_tx_timer_issue
2 parents de14eca + 5ff7980 commit bf2dfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/rs911x/BLEManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ namespace {
255255

256256
TimerHandle_t sbleAdvTimeoutTimer; // FreeRTOS sw timer.
257257

258-
const uint8_t UUID_CHIPoBLEService[] = { 0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,,
258+
const uint8_t UUID_CHIPoBLEService[] = { 0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
259259
0x00, 0x10, 0x00, 0x00, 0xF6, 0xFF, 0x00, 0x00 };
260260
const uint8_t ShortUUID_CHIPoBLEService[] = { 0xF6, 0xFF };
261261
const ChipBleUUID ChipUUID_CHIPoBLEChar_RX = { { 0x18, 0xEE, 0x2E, 0xF5, 0x26, 0x3D, 0x45, 0x59, 0x95, 0x9F, 0x4F, 0x9C, 0x42, 0x9F,

0 commit comments

Comments
 (0)