pub unsafe extern "C" fn otTrelIsFilterEnabled(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates whether or not the filter mode is enabled.

@param[in] aInstance The OpenThread instance.

@retval TRUE if the TREL filter mode is enabled. @retval FALSE if the TREL filter mode is disabled.