pub unsafe extern "C" fn otLinkIsWakeupListenEnabled(
aInstance: *mut otInstance,
) -> bool
Expand description
Returns whether listening for wake-up frames is enabled.
Requires OPENTHREAD_CONFIG_WAKEUP_END_DEVICE_ENABLE
.
@param[in] aInstance A pointer to an OpenThread instance.
@retval TRUE If listening for wake-up frames is enabled. @retval FALSE If listening for wake-up frames is not enabled.