Skip to content

Commit

Permalink
[Silabs] Drop BLE connection on endpoint close (#36452)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaoming-lumi authored Dec 17, 2024
1 parent 13380c7 commit a07eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/efr32/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ CHIP_ERROR BLEManagerImpl::SendWriteRequest(BLE_CONNECTION_OBJECT conId, const C

void BLEManagerImpl::NotifyChipConnectionClosed(BLE_CONNECTION_OBJECT conId)
{
// Nothing to do
CloseConnection(conId);
}

CHIP_ERROR BLEManagerImpl::MapBLEError(int bleErr)
Expand Down

0 comments on commit a07eef8

Please sign in to comment.