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

Indicates whether the IEEE 802.15.4 radio filter is enabled or not.

Is available when OPENTHREAD_CONFIG_MAC_FILTER_ENABLE configuration is enabled.

@retval TRUE If the radio filter is enabled. @retval FALSE If the radio filter is disabled.