pub unsafe extern "C" fn otLinkRawSrcMatchClearExtEntry(
    aInstance: *mut otInstance,
    aExtAddress: *const otExtAddress
) -> otError
Expand description

Removing extended address to the source match table of the radio.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aExtAddress The extended address to be removed.

@retval OT_ERROR_NONE Successfully removed the extended address from the source match table. @retval OT_ERROR_NO_ADDRESS The extended address is not in source match table. @retval OT_ERROR_INVALID_STATE If the raw link-layer isn’t enabled.