pub unsafe extern "C" fn otPlatRadioClearSrcMatchShortEntry(
aInstance: *mut otInstance,
aShortAddress: otShortAddress,
) -> otError
Expand description
Remove a short address from the source address match table.
@param[in] aInstance The OpenThread instance structure. @param[in] aShortAddress The short address to be removed.
@retval OT_ERROR_NONE Successfully removed short address from the source match table. @retval OT_ERROR_NO_ADDRESS The short address is not in source address match table.