Skip to content

Commit b9a02cb

Browse files
committed
[nxp][platform][k32w] BLE force disconnect handler calls API to allow low power
1 parent 040e5bf commit b9a02cb

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)