Skip to content

Commit 745c17c

Browse files
authored
[nxp][platform][k32w] BLE force disconnect handler calls API to allow low power (#33167)
1 parent 9ed9c72 commit 745c17c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platform/nxp/k32w/common/BLEManagerCommon.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,10 @@ void BLEManagerCommon::HandleForceDisconnect()
10751075
{
10761076
ChipLogProgress(DeviceLayer, "Gap_Disconnect() failed.");
10771077
}
1078+
1079+
#if defined(chip_with_low_power) && (chip_with_low_power == 1)
1080+
PWR_AllowDeviceToSleep();
1081+
#endif
10781082
}
10791083

10801084
/*******************************************************************************

0 commit comments

Comments
 (0)