BT_SYS_AllowSystemSleep
C
bool BT_SYS_AllowSystemSleep(uint32_t ulRtcFrequency, uint32_t ulRtcCurrentCnt);Description
Query if BT allow system enter sleep mode.
Parameters
| Parameter | Description | 
|---|---|
| [in] ulRtcFrequency | RTC frequency. | 
| [in] ulRtcCurrentCnt | RTC current count. | 
Return values
| Return value | Description | 
|---|---|
| true | BT is sleeping and BT is ready for System enter sleep. | 
| false | BT is not sleeping or BT is not ready for System enter sleep. | 
