void tr_allow_sleep(zb_bool_t allow)
API to allow app to disable or enable sleep.
zb_bool_t tr_check_for_sleep(zb_uint32_t sleep_time_ms)
API to check to see if sleep is allowed.
void tr_post_wake_cb(void)
Callback that fires after waking from sleep.
zb_bool_t tr_pre_sleep_cb(zb_uint32_t sleep_duration_ms)
Callback that fires before going to sleep.