pub unsafe extern "C" fn otBorderAgentIsEphemeralKeyActive(
aInstance: *mut otInstance,
) -> bool
Expand description
Indicates whether or not an ephemeral key is currently active.
Requires OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE
.
@param[in] aInstance The OpenThread instance.
@retval TRUE An ephemeral key is active. @retval FALSE No ephemeral key is active.