BT_SYS_EnterSleepMode

C

bool BT_SYS_EnterSleepMode(uint32_t ulRtcFrequency, uint32_t ulRtcCurrentCnt);

Description

Request the Bluetooth system to enter sleep mode.

Parameters

ParameterDescription
[in] ulRtcFrequencyThe frequency of the RTC used for timing sleep duration.
[in] ulRtcCurrentCntThe current count value of the RTC.

Return values

Return valueDescription
trueThe Bluetooth system is ready for idle and entering sleep mode.
falseThe Bluetooth system is not ready for idle or already sleeping.