commit | 1efa8aeb519a47b1eed4956eb13fc33993f4e84a | [log] [tgz] |
---|---|---|
author | Kenneth Fu <80622799+fuxiaoming-lumi@users.noreply.github.com> | Tue Nov 05 06:37:17 2024 +0800 |
committer | GitHub <noreply@github.com> | Mon Nov 04 22:37:17 2024 +0000 |
tree | b4a753aebc2b7e2b858e4424f1042c83c559e1cd | |
parent | 1752853176408607d075b80071d690534b036fc7 [diff] |
[Silabs] Drop BLE connection on endpoint close (#36336)
diff --git a/src/platform/silabs/efr32/BLEManagerImpl.cpp b/src/platform/silabs/efr32/BLEManagerImpl.cpp index 1f87048..4495657 100644 --- a/src/platform/silabs/efr32/BLEManagerImpl.cpp +++ b/src/platform/silabs/efr32/BLEManagerImpl.cpp
@@ -343,7 +343,7 @@ void BLEManagerImpl::NotifyChipConnectionClosed(BLE_CONNECTION_OBJECT conId) { - // Nothing to do + CloseConnection(conId); } CHIP_ERROR BLEManagerImpl::MapBLEError(int bleErr)