pub unsafe extern "C" fn otLinkRawSrcMatchClearShortEntries(
aInstance: *mut otInstance,
) -> otError
Expand description
Removing all the short addresses from the source match table.
@param[in] aInstance A pointer to an OpenThread instance.
@retval OT_ERROR_NONE If successful. @retval OT_ERROR_INVALID_STATE If the raw link-layer isn’t enabled.