Index: firmware/App/Modes/FPModes/FPModeStandby.h =================================================================== diff -u -r6545787080956983fed6bd9c2717938c202917ab -r3e1af7cc2576e347ab8bdf2f400196b2301def07 --- firmware/App/Modes/FPModes/FPModeStandby.h (.../FPModeStandby.h) (revision 6545787080956983fed6bd9c2717938c202917ab) +++ firmware/App/Modes/FPModes/FPModeStandby.h (.../FPModeStandby.h) (revision 3e1af7cc2576e347ab8bdf2f400196b2301def07) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2025-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file FPModeStandby.h * -* @author (last) Michael Garthwaite -* @date (last) 28-Feb-2025 +* @author (last) Raghu Kallala +* @date (last) 30-Mar-2026 * * @author (original) Michael Garthwaite -* @date (original) 28-Feb-2025 +* @date (original) 08-Sep-2025 * ***************************************************************************/ @@ -41,7 +41,8 @@ FP_STANDBY_MODE_STATE_T getCurrentFPStandbyState( void ); // get the current state of the standby mode. -BOOL testFPstartGenPermeateOverride( MESSAGE_T *message ); // Overide start gen permeate mode +BOOL testValidateStandbyChangeReq( U32 newSubMode ); // Validate the requested standby sub mode transition is possible or not +void testSignalNewStandbySubMode( U32 newSubMode ); // Signal transition to new standby sub mode /**@}*/